]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/imaggif.h
Added GetBitmap, GetIcon to wxImageList
[wxWidgets.git] / include / wx / imaggif.h
index 2a6affdda7da046e1735868ce1d16e07eb73b0cd..a674ee143da11cb1579cfb272ca2ad8e8cb2d8b3 100644 (file)
@@ -35,8 +35,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