X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..f834ee485979a2bdf8adbe984fba75cacf970022:/interface/wx/txtstrm.h diff --git a/interface/wx/txtstrm.h b/interface/wx/txtstrm.h index 89dd37741a..94ff44ae3a 100644 --- a/interface/wx/txtstrm.h +++ b/interface/wx/txtstrm.h @@ -10,7 +10,6 @@ /** @class wxTextInputStream - @wxheader{txtstrm.h} This class provides functions that reads text data using an input stream, allowing you to read text, floats, and integers. @@ -66,8 +65,7 @@ public: In Unicode build only: The encoding converter used to convert the bytes in the underlying input stream to characters. */ - wxTextInputStream(wxInputStream& stream, - const wxString& sep = " \t", + wxTextInputStream(wxInputStream& stream, const wxString& sep = " \t", const wxMBConv& conv = wxConvAuto()); /** @@ -194,7 +192,6 @@ typedef enum /** @class wxTextOutputStream - @wxheader{txtstrm.h} This class provides functions that write text data using an output stream, allowing you to write text, floats, and integers. @@ -242,7 +239,7 @@ public: Also calls Flush(). */ - ~wxTextOutputStream(); + virtual ~wxTextOutputStream(); /** Flushes the stream. @@ -264,7 +261,7 @@ public: /** Writes a character to the stream. */ - void PutChar(wxChar c); + wxTextOutputStream& PutChar(wxChar c); /** Set the end-of-line mode. One of ::wxEOL_NATIVE, ::wxEOL_DOS,