X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d73e6791fc93a590630b6deb918a6518b91ea142..10eb1f1eac4f334f4acaae8199178131eeba5f74:/include/wx/textctrl.h diff --git a/include/wx/textctrl.h b/include/wx/textctrl.h index 9ed802bd35..3ecf9e17f9 100644 --- a/include/wx/textctrl.h +++ b/include/wx/textctrl.h @@ -337,7 +337,7 @@ class WXDLLEXPORT wxStreamToTextRedirector { public: wxStreamToTextRedirector(wxTextCtrl *text, wxSTD ostream *ostr = NULL) - : m_ostr(ostr ? *ostr : wxSTD::cout) + : m_ostr(ostr ? *ostr : wxSTD cout) { m_sbufOld = m_ostr.rdbuf(); m_ostr.rdbuf(text);