X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fdd99f154a0a2b194d0631d0d54a6336a8898d1b..939197fe47148304d874496e954fbc5ddca722be:/include/wx/txtstrm.h diff --git a/include/wx/txtstrm.h b/include/wx/txtstrm.h index 014136cb74..6344c8ff62 100644 --- a/include/wx/txtstrm.h +++ b/include/wx/txtstrm.h @@ -12,10 +12,6 @@ #ifndef _WX_TXTSTREAM_H_ #define _WX_TXTSTREAM_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "txtstrm.h" -#endif - #include "wx/stream.h" #if wxUSE_STREAMS @@ -121,6 +117,8 @@ public: virtual void WriteDouble(double d); virtual void WriteString(const wxString& string); + wxTextOutputStream& PutChar(wxChar c); + wxTextOutputStream& operator<<(const wxChar *string); wxTextOutputStream& operator<<(const wxString& string); wxTextOutputStream& operator<<(char c);