X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ba4800d3aeb254dd00277ff0a71df9321ca692dc..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/imagjpeg.h?ds=sidebyside diff --git a/include/wx/imagjpeg.h b/include/wx/imagjpeg.h index 873942e00a..53f6e06170 100644 --- a/include/wx/imagjpeg.h +++ b/include/wx/imagjpeg.h @@ -1,8 +1,7 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: imagjpeg.h +// Name: wx/imagjpeg.h // Purpose: wxImage JPEG handler // Author: Vaclav Slavik -// RCS-ID: $Id$ // Copyright: (c) Vaclav Slavik // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -19,6 +18,7 @@ #if wxUSE_LIBJPEG #include "wx/image.h" +#include "wx/versioninfo.h" class WXDLLIMPEXP_CORE wxJPEGHandler: public wxImageHandler { @@ -33,6 +33,8 @@ public: m_mime = wxT("image/jpeg"); } + static wxVersionInfo GetLibraryVersionInfo(); + #if wxUSE_STREAMS virtual bool LoadFile( wxImage *image, wxInputStream& stream, bool verbose=true, int index=-1 ); virtual bool SaveFile( wxImage *image, wxOutputStream& stream, bool verbose=true );