]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/pnghand.h
no message
[wxWidgets.git] / include / wx / msw / pnghand.h
index bb24c83fc08a004ae20109e2059acb8b56a2cb69..3fb34992fe8fbd8008a3a777adaf4340eb60c696 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     04/01/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Microsoft, Julian Smart
-// Licence:    wxWindows license
+// Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifdef __GNUG__
@@ -24,8 +24,8 @@ public:
        m_type = wxBITMAP_TYPE_PNG;
   };
 
-  virtual bool LoadFile(wxBitmap *bitmap, const wxString& name, const long flags,
+  virtual bool LoadFile(wxBitmap *bitmap, const wxString& name, long flags,
       int desiredWidth, int desiredHeight);
-  virtual bool SaveFile(wxBitmap *bitmap, const wxString& name, const int type, const wxPalette *palette = NULL);
+  virtual bool SaveFile(wxBitmap *bitmap, const wxString& name, int type, const wxPalette *palette = NULL);
 };