diff options
author | Sebastian Geerken <devnull@localhost> | 2013-06-17 12:56:47 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-06-17 12:56:47 +0200 |
commit | 8ab35cfed90977fabbc7bb5ed8036f07cbaff313 (patch) | |
tree | 2d432dbc4a7ba2a79b3c20388148dfe0eea6d28e /dw/fltkimgbuf.hh | |
parent | 13837a13a756a929d51166c1e4b822a59537ab76 (diff) |
Cleanup.
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); |