]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/imagpnm.h
Added GetBitmap, GetIcon to wxImageList
[wxWidgets.git] / include / wx / imagpnm.h
index 2d1222ed3b177ec5b3dc1de716568fd505b34250..3fbb32a14e76d3f47e70d0b879776eef1c0873da 100644 (file)
@@ -33,8 +33,8 @@ public:
     }
 
 #if wxUSE_STREAMS
-    virtual bool LoadFile( wxImage *image, wxInputStream& stream, bool verbose=TRUE, int index=-1 );
-    virtual bool SaveFile( wxImage *image, wxOutputStream& stream, bool verbose=TRUE );
+    virtual bool LoadFile( wxImage *image, wxInputStream& stream, bool verbose=true, int index=-1 );
+    virtual bool SaveFile( wxImage *image, wxOutputStream& stream, bool verbose=true );
     virtual bool DoCanRead( wxInputStream& stream );
 #endif