/////////////////////////////////////////////////////////////////////////////
-// Name: pnghand.h
+// Name: wx/osx/pnghand.h
// Purpose: PNG bitmap handler
// Author: Julian Smart
// Modified by:
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);