wxStreamToTextRedirector fixes, define wxHAS_TEXT_WINDOW_STREAM.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33581 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user