]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/image.h
some OS/2 updates
[wxWidgets.git] / include / wx / image.h
index c288bb44a3a3286e7b3fc59b1d5b4f6a8af9508a..7718cacdeb92ac5c93c9b2ef31fd144706dc0bf9 100644 (file)
@@ -69,10 +69,10 @@ public:
 protected:
 #if wxUSE_STREAMS
     virtual bool DoCanRead( wxInputStream& stream ) = 0;
-#endif // wxUSE_STREAMS
 
     // save the stream position, call DoCanRead() and restore the position
     bool CallDoCanRead(wxInputStream& stream);
+#endif // wxUSE_STREAMS
 
     wxString  m_name;
     wxString  m_extension;