X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6feb95a79834836e88143b15d9f424ebe79621..2adfb497e666354303ea6bb0e468f1e53811ad55:/include/wx/imagxpm.h diff --git a/include/wx/imagxpm.h b/include/wx/imagxpm.h index 7ffcaa926d..2b64bfb8bb 100644 --- a/include/wx/imagxpm.h +++ b/include/wx/imagxpm.h @@ -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