]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/textctrl.h
changed wxSystemSettings::HasFrameDecorations to more general GetCapability(index)
[wxWidgets.git] / include / wx / textctrl.h
index 9ed802bd3553d0dc5adb735a076c00c6f2cf32d3..3ecf9e17f9d8b918b037d846cf394a92b3d0d1c3 100644 (file)
@@ -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);