]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/pnghand.h
Override AdjustForParentClientOrigin() in wxNonOwnedWindow to do nothing.
[wxWidgets.git] / include / wx / os2 / pnghand.h
index c8c4bcde7c94cd79c895d0aabeb9192c2a95a159..0d78afc7a0a657ebf438928824371c2dda3e53f0 100644 (file)
@@ -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_