/////////////////////////////////////////////////////////////////////////////
-// 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
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);