]> git.saurik.com Git - wxWidgets.git/commitdiff
put #if wxUSE_FFILE && wxUSE_STREAMS around functions using wxFFileStream (patch...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 24 May 2007 10:59:56 +0000 (10:59 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 24 May 2007 10:59:56 +0000 (10:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46196 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/richtext/richtextbuffer.h

index 28892214816be888553465a7263fb1352b39ef50..8aa5c2136ac290a93393fd96c129712a857e1dcb 100644 (file)
@@ -2131,8 +2131,10 @@ public:
     { return DoSaveFile(buffer, stream); }
 #endif
 
+#if wxUSE_FFILE && wxUSE_STREAMS
     bool LoadFile(wxRichTextBuffer *buffer, const wxString& filename);
     bool SaveFile(wxRichTextBuffer *buffer, const wxString& filename);
+#endif // wxUSE_STREAMS && wxUSE_STREAMS
 
     /// Can we handle this filename (if using files)? By default, checks the extension.
     virtual bool CanHandle(const wxString& filename) const;