]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/imagtiff.h
Added more wxRegion tests to erase sample.
[wxWidgets.git] / include / wx / imagtiff.h
index 6d25bf9ba3c608443614ca6102fcdafafe6a86f1..e6f80b3eba73b08bb495da62632b6c91772741c7 100644 (file)
@@ -37,10 +37,10 @@ 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 );
-  virtual int GetImagesCount( wxInputStream& stream );
+  virtual int GetImageCount( wxInputStream& stream );
 #endif
 };
 #endif