]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/textcmn.cpp
Reverted/commented out unsuccessful defer fix
[wxWidgets.git] / src / common / textcmn.cpp
index 977de53640d86688e1414db8ecf5fce69ae8e4cb..a9f1f0b34d169a0027749e674291b7ce579dd9e7 100644 (file)
@@ -299,7 +299,7 @@ wxTextCtrl& wxTextCtrlBase::operator<<(const wxChar c)
 // streambuf methods implementation
 // ----------------------------------------------------------------------------
 
-#ifndef NO_TEXT_WINDOW_STREAM
+#if wxHAS_TEXT_WINDOW_STREAM
 
 int wxTextCtrlBase::overflow(int c)
 {
@@ -309,7 +309,7 @@ int wxTextCtrlBase::overflow(int c)
     return 0;
 }
 
-#endif // NO_TEXT_WINDOW_STREAM
+#endif // wxHAS_TEXT_WINDOW_STREAM
 
 // ----------------------------------------------------------------------------
 // clipboard stuff