diff options
Diffstat (limited to 'dw/core.hh')
-rw-r--r-- | dw/core.hh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -26,6 +26,9 @@ class View; class Widget; class Iterator; +// Nothing yet to free. +inline void freeall () { } + namespace ui { class ResourceFactory; |