From 554726912affce6b3f37ea73f671377aa2a9cc16 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 23 May 2002 21:23:10 +0000 Subject: [PATCH] ixed compilation for wxUSE_STREAMS == 0 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15651 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/image.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.45.2