diff --git a/include/wx/image.h b/include/wx/image.h index b5eaebc403..0b7cc551b2 100644 --- a/include/wx/image.h +++ b/include/wx/image.h @@ -241,8 +241,9 @@ public: virtual bool LoadFile( wxImage *image, wxInputStream& stream, bool verbose=TRUE ); virtual bool SaveFile( wxImage *image, wxOutputStream& stream, bool verbose=TRUE ); virtual bool DoCanRead( wxInputStream& stream ); +#endif // wxUSE_STREAMS }; -#endif +#endif // wxUSE_PCX //----------------------------------------------------------------------------- // wxImage