X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9f5737d7937ba8feadea8d6c38b3f8a86bd57a1c..9dd8973671adf25dcbea29f7b34d787c70500d2e:/interface/wx/txtstrm.h diff --git a/interface/wx/txtstrm.h b/interface/wx/txtstrm.h index 1592d75f27..94ff44ae3a 100644 --- a/interface/wx/txtstrm.h +++ b/interface/wx/txtstrm.h @@ -261,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,