]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/imagxpm.h
Fix so the value given to wxTextEntryDialog::SetValue will actually be
[wxWidgets.git] / include / wx / imagxpm.h
index 7ffcaa926dd7d5acf706a199c7a14d23cc34bdcb..2b64bfb8bb6d3265246e928599c1dd8fb4c82d7b 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