]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/pnghand.h
Remove obsolete CodeWarrior-related batch files.
[wxWidgets.git] / include / wx / osx / pnghand.h
index 6d31539e291172ab5e31c164558b8f6511ef4c1c..c040521337cb60d2555430a329f91134c006b52e 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Julian Smart
 // Modified by:
 // Created:     04/01/98
-// RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -25,7 +24,7 @@ public:
     SetName(wxT("PNG bitmap file"));
     SetExtension(wxT("bmp"));
     SetType(wxBITMAP_TYPE_PNG);
-  };
+  }
 
   virtual bool LoadFile(wxBitmap *bitmap, const wxString& name, long flags,
       int desiredWidth, int desiredHeight);