X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d19ce8c49127a8550a784b4d54464c81003a102b..58ce18f2fdadecffb21e27555115af708325cf18:/include/wx/imagpng.h diff --git a/include/wx/imagpng.h b/include/wx/imagpng.h index 27d0237be9..e7ba4646d6 100644 --- a/include/wx/imagpng.h +++ b/include/wx/imagpng.h @@ -19,6 +19,7 @@ #if wxUSE_LIBPNG #include "wx/image.h" +#include "wx/versioninfo.h" #define wxIMAGE_OPTION_PNG_FORMAT wxT("PngFormat") #define wxIMAGE_OPTION_PNG_BITDEPTH wxT("PngBitDepth") @@ -46,6 +47,8 @@ public: m_mime = wxT("image/png"); } + 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 );