X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12f5e1e78fe906050ff2fee9529476db332633f0..9ceed261f809dacf8f64c2287c5de9e45d22e5cb:/interface/wx/txtstrm.h?ds=inline diff --git a/interface/wx/txtstrm.h b/interface/wx/txtstrm.h index 13da49c22f..3ad872c9de 100644 --- a/interface/wx/txtstrm.h +++ b/interface/wx/txtstrm.h @@ -3,7 +3,7 @@ // Purpose: interface of wxTextInputStream // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -65,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()); /** @@ -240,7 +239,7 @@ public: Also calls Flush(). */ - ~wxTextOutputStream(); + virtual ~wxTextOutputStream(); /** Flushes the stream. @@ -262,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,