]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/imagjpeg.h
remove file containing many obsolete defines, if anyone wants to revive MicroWindows...
[wxWidgets.git] / include / wx / imagjpeg.h
index 491f847bda42785911bd7077c178b08d8cddeb5c..6a579864b9baf3caea316b16b72fd1d1fa39271b 100644 (file)
@@ -34,6 +34,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