X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..bddea8d14f589691b9314fad84dbc51cb9af7c81:/include/wx/os2/pnghand.h?ds=sidebyside diff --git a/include/wx/os2/pnghand.h b/include/wx/os2/pnghand.h index c8c4bcde7c..0d78afc7a0 100644 --- a/include/wx/os2/pnghand.h +++ b/include/wx/os2/pnghand.h @@ -1,18 +1,18 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: pnghand.h +// Name: wx/os2/pnghand.h // Purpose: PNG bitmap handler // Author: Julian Smart // Modified by: // Created: 04/01/98 // RCS-ID: $Id$ // Copyright: (c) Microsoft, Julian Smart -// Licence: wxWindows licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_PNGHAND_H_ #define _WX_PNGHAND_H_ -class WXDLLEXPORT wxPNGFileHandler: public wxBitmapHandler +class WXDLLIMPEXP_CORE wxPNGFileHandler: public wxBitmapHandler { DECLARE_DYNAMIC_CLASS(wxPNGFileHandler) public: @@ -21,7 +21,7 @@ public: m_sName = "PNG bitmap file"; m_sExtension = "bmp"; m_lType = wxBITMAP_TYPE_PNG; - }; + } virtual bool LoadFile( wxBitmap* pBitmap ,const wxString& rName @@ -38,5 +38,4 @@ public: }; #endif - // _WX_PNGHAND_H_ - + // _WX_PNGHAND_H_