diff options
Diffstat (limited to 'dw/fltkimgbuf.hh')
-rw-r--r-- | dw/fltkimgbuf.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/fltkimgbuf.hh b/dw/fltkimgbuf.hh index 81419494..ee5ae922 100644 --- a/dw/fltkimgbuf.hh +++ b/dw/fltkimgbuf.hh @@ -56,6 +56,8 @@ protected: public: FltkImgbuf (Type type, int width, int height, double gamma); + static void freeall (); + void setCMap (int *colors, int num_colors); inline void scaleRow (int row, const core::byte *data); inline void scaleRowSimple (int row, const core::byte *data); |