]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/imagxpm.h
do platform-specific checks after ensuring that the symbols we use are defined; extra...
[wxWidgets.git] / include / wx / imagxpm.h
index 23ae19285a6fbaad464df4a152d62a0658152fa9..e47c873e6329771108676c9c68340a57079c84c2 100644 (file)
@@ -31,6 +31,7 @@ public:
 #if wxUSE_STREAMS
     virtual bool LoadFile( wxImage *image, wxInputStream& stream, bool verbose=true, int index=-1 );
     virtual bool SaveFile( wxImage *image, wxOutputStream& stream, bool verbose=true );
+protected:
     virtual bool DoCanRead( wxInputStream& stream );
 #endif