X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/39d16996b7616bf8090b140db74fd0b52d50d169..d697657f1ec08e787f06bbb36be3d1bb4858101d:/include/wx/image.h diff --git a/include/wx/image.h b/include/wx/image.h index c288bb44a3..7718cacdeb 100644 --- a/include/wx/image.h +++ b/include/wx/image.h @@ -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;