diff options
| author | Matthias Melcher <git@matthiasm.com> | 2020-01-10 18:46:45 +0100 |
|---|---|---|
| committer | Matthias Melcher <git@matthiasm.com> | 2020-01-10 18:46:45 +0100 |
| commit | 7e0c82637d5cb2de0d7baa5a3c2ebe8491663b06 (patch) | |
| tree | 13471c7faf41ae4ae49f9f9f0ab69c2b1b4286f5 /FL/Fl_JPEG_Image.H | |
| parent | 82d279c2341c88da802b82e0d8732399d4f6b481 (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.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 |
