X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/324dbfec39cc030027830a100239cb9a4e6624e8..24463897d53e1e24414e3ea5c68badf93fcd3903:/include/wx/textctrl.h?ds=sidebyside diff --git a/include/wx/textctrl.h b/include/wx/textctrl.h index 1718f73664..0de57cdcf6 100644 --- a/include/wx/textctrl.h +++ b/include/wx/textctrl.h @@ -145,7 +145,7 @@ public: wxTextCtrl& operator<<(long i); wxTextCtrl& operator<<(float f); wxTextCtrl& operator<<(double d); - wxTextCtrl& operator<<(const char c); + wxTextCtrl& operator<<(const wxChar c); // obsolete functions #if WXWIN_COMPATIBILITY