X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9f5737d7937ba8feadea8d6c38b3f8a86bd57a1c..8bd410eb8082d9e009ece7cc279faa5f73ea1f5e:/interface/wx/txtstrm.h?ds=inline 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,