X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ba4800d3aeb254dd00277ff0a71df9321ca692dc..3da9cffc79cd41b5f1d0c517c8c945596751e86f:/include/wx/imagjpeg.h diff --git a/include/wx/imagjpeg.h b/include/wx/imagjpeg.h index 873942e00a..98eb3b0383 100644 --- a/include/wx/imagjpeg.h +++ b/include/wx/imagjpeg.h @@ -19,6 +19,7 @@ #if wxUSE_LIBJPEG #include "wx/image.h" +#include "wx/versioninfo.h" class WXDLLIMPEXP_CORE wxJPEGHandler: public wxImageHandler { @@ -33,6 +34,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 );