diff options
Diffstat (limited to 'FL/Fl_JPEG_Image.H')
| -rw-r--r-- | FL/Fl_JPEG_Image.H | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FL/Fl_JPEG_Image.H b/FL/Fl_JPEG_Image.H index d9b162c13..50553823c 100644 --- a/FL/Fl_JPEG_Image.H +++ b/FL/Fl_JPEG_Image.H @@ -35,6 +35,11 @@ public: Fl_JPEG_Image(const char *filename); Fl_JPEG_Image(const char *name, const unsigned char *data); + +protected: + + void load_jpg_(const char *filename, const char *sharename, const unsigned char *data); + }; #endif |
