summaryrefslogtreecommitdiff
path: root/FL/Fl_JPEG_Image.H
diff options
context:
space:
mode:
authorMatthias Melcher <git@matthiasm.com>2020-01-10 18:46:45 +0100
committerMatthias Melcher <git@matthiasm.com>2020-01-10 18:46:45 +0100
commit7e0c82637d5cb2de0d7baa5a3c2ebe8491663b06 (patch)
tree13471c7faf41ae4ae49f9f9f0ab69c2b1b4286f5 /FL/Fl_JPEG_Image.H
parent82d279c2341c88da802b82e0d8732399d4f6b481 (diff)
Updated image readers.
Removed duplicate code from Fl_JPEG_Image, updated and unified Doxygen comments. Avoiding name conflict in new protected functions.
Diffstat (limited to 'FL/Fl_JPEG_Image.H')
-rw-r--r--FL/Fl_JPEG_Image.H5
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