X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8f49300284e2c91095ae3ebe62cb3a6d424eac21..43330cc9deda567a4713d42fb05bffb624781fb3:/include/wx/imagpnm.h?ds=sidebyside diff --git a/include/wx/imagpnm.h b/include/wx/imagpnm.h index a2f151785f..8af0200a29 100644 --- a/include/wx/imagpnm.h +++ b/include/wx/imagpnm.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