From: Vadim Zeitlin <vadim@wxwidgets.org>
Date: Fri, 15 Oct 1999 17:59:05 +0000 (+0000)
Subject: compilation fix
X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/936895ee9d695240f10a15d56a092bed54234dfd

compilation fix


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4010 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---

diff --git a/include/wx/image.h b/include/wx/image.h
index b5eaebc403..0b7cc551b2 100644
--- a/include/wx/image.h
+++ b/include/wx/image.h
@@ -241,8 +241,9 @@ public:
   virtual bool LoadFile( wxImage *image, wxInputStream& stream, bool verbose=TRUE );
   virtual bool SaveFile( wxImage *image, wxOutputStream& stream, bool verbose=TRUE );
   virtual bool DoCanRead( wxInputStream& stream );
+#endif // wxUSE_STREAMS
 };
-#endif
+#endif // wxUSE_PCX
 
 //-----------------------------------------------------------------------------
 // wxImage