]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/imagpcx.h
Support for G_FILENAME_ENCODING=@locale
[wxWidgets.git] / include / wx / imagpcx.h
index 76807996b2a20353d77aa52cb1da81a6d3847028..ff8813f87005395f4c601694245b71e1e3ce8bcd 100644 (file)
@@ -34,8 +34,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 // wxUSE_STREAMS