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