diff options
Diffstat (limited to 'dw/fltkcore.hh')
-rw-r--r-- | dw/fltkcore.hh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dw/fltkcore.hh b/dw/fltkcore.hh index 2a20a610..5ac619b0 100644 --- a/dw/fltkcore.hh +++ b/dw/fltkcore.hh @@ -20,6 +20,17 @@ class FltkResource; #include "fltkplatform.hh" #include "fltkui.hh" +namespace dw { +namespace fltk { + +inline void freeall () +{ + FltkImgbuf::freeall (); +} + +} // namespace fltk +} // namespace dw + #undef __INCLUDED_FROM_DW_FLTK_CORE_HH__ #endif // __DW_FLTK_CORE_HH__ |