]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/pnghand.h
Fix bug with unloading wxPluginLibrary objects in "wrong" order.
[wxWidgets.git] / include / wx / os2 / pnghand.h
index 69a9a47890543f8dc0379f94e8b699edcc3dbe00..0d78afc7a0a657ebf438928824371c2dda3e53f0 100644 (file)
@@ -12,7 +12,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 +21,7 @@ public:
         m_sName = "PNG bitmap file";
         m_sExtension = "bmp";
         m_lType = wxBITMAP_TYPE_PNG;
-    };
+    }
 
     virtual bool LoadFile( wxBitmap*       pBitmap
                           ,const wxString& rName