]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/pnghand.h
Don't use "Cancel" button in the about dialog of the listctrl sample.
[wxWidgets.git] / include / wx / osx / pnghand.h
index de27a024d90426dd57cb206e0fed2fa9f26d2e45..e1ffc9ed8911ff5c486bb7ece4b6bedfbad80c54 100644 (file)
@@ -1,8 +1,8 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        pnghand.h
+// Name:        wx/osx/pnghand.h
 // Purpose:     PNG bitmap handler
 // Author:      Julian Smart
-// Modified by: 
+// Modified by:
 // Created:     04/01/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
@@ -25,7 +25,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);