X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a76fd371f7201d04ae517f69931ea2f1753a3e51..508b6523350b4b1c4b2518b6c8c69e5d161f26c5:/include/wx/mac/carbon/pnghand.h?ds=sidebyside diff --git a/include/wx/mac/carbon/pnghand.h b/include/wx/mac/carbon/pnghand.h index 7f504457d9..de27a024d9 100644 --- a/include/wx/mac/carbon/pnghand.h +++ b/include/wx/mac/carbon/pnghand.h @@ -12,23 +12,19 @@ #ifndef _WX_PNGHAND_H_ #define _WX_PNGHAND_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "pnghand.h" -#endif - #include "wx/defs.h" -#if wxUSE_PNGLIB +#if wxUSE_LIBPNG -class WXDLLEXPORT wxPNGFileHandler: public wxBitmapHandler +class WXDLLIMPEXP_CORE wxPNGFileHandler: public wxBitmapHandler { DECLARE_DYNAMIC_CLASS(wxPNGFileHandler) public: inline wxPNGFileHandler(void) { - m_name = wxT("PNG bitmap file"); - m_extension = wxT("bmp"); - m_type = wxBITMAP_TYPE_PNG; + SetName(wxT("PNG bitmap file")); + SetExtension(wxT("bmp")); + SetType(wxBITMAP_TYPE_PNG); }; virtual bool LoadFile(wxBitmap *bitmap, const wxString& name, long flags,