X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1b88201ff5f0f9ed18db555b70eb7123c8a7c9c6..e62b7692622880d48b62f555c1e356883232956c:/include/wx/os2/pnghand.h diff --git a/include/wx/os2/pnghand.h b/include/wx/os2/pnghand.h index 69a9a47890..f5d0209dcd 100644 --- a/include/wx/os2/pnghand.h +++ b/include/wx/os2/pnghand.h @@ -4,7 +4,6 @@ // Author: Julian Smart // Modified by: // Created: 04/01/98 -// RCS-ID: $Id$ // Copyright: (c) Microsoft, Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -12,7 +11,7 @@ #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 +20,7 @@ public: m_sName = "PNG bitmap file"; m_sExtension = "bmp"; m_lType = wxBITMAP_TYPE_PNG; - }; + } virtual bool LoadFile( wxBitmap* pBitmap ,const wxString& rName