X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ce7fe42e848cc0c9058dae906c3a7bded50681e6..9869c26285dc51d13607cddaa04f65ce983653a5:/include/wx/richtext/richtextctrl.h?ds=sidebyside diff --git a/include/wx/richtext/richtextctrl.h b/include/wx/richtext/richtextctrl.h index 88c6f66387..a23ff724b3 100644 --- a/include/wx/richtext/richtextctrl.h +++ b/include/wx/richtext/richtextctrl.h @@ -4,7 +4,6 @@ // Author: Julian Smart // Modified by: // Created: 2005-09-30 -// RCS-ID: $Id$ // Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -573,6 +572,7 @@ public: int type = wxRICHTEXT_TYPE_ANY); #endif +#if wxUSE_FFILE && wxUSE_STREAMS /** Helper function for LoadFile(). Loads content into the control's buffer using the given type. @@ -582,6 +582,7 @@ public: This function looks for a suitable wxRichTextFileHandler object. */ virtual bool DoLoadFile(const wxString& file, int fileType); +#endif // wxUSE_FFILE && wxUSE_STREAMS #ifdef DOXYGEN /** @@ -596,6 +597,7 @@ public: int type = wxRICHTEXT_TYPE_ANY); #endif +#if wxUSE_FFILE && wxUSE_STREAMS /** Helper function for SaveFile(). Saves the buffer content using the given type. @@ -606,6 +608,7 @@ public: */ virtual bool DoSaveFile(const wxString& file = wxEmptyString, int fileType = wxRICHTEXT_TYPE_ANY); +#endif // wxUSE_FFILE && wxUSE_STREAMS /** Sets flags that change the behaviour of loading or saving.