]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/imagpnm.h
new bitmap creation code for mac
[wxWidgets.git] / include / wx / imagpnm.h
index a2f151785f58224c76f22bb8138f087e1c5acd6f..8af0200a29303ee5615c5332beb0ad057c507f3b 100644 (file)
@@ -36,7 +36,7 @@ public:
   };
 
 #if wxUSE_STREAMS
-  virtual bool LoadFile( wxImage *image, wxInputStream& stream, bool verbose=TRUE, int index=0 );
+  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