From 05772b84953bf0fbfb5c4900ac7611ad4c7c7b69 Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Sat, 16 Apr 2005 20:47:24 +0000 Subject: [PATCH] Compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33681 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/widgets/textctrl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/widgets/textctrl.cpp b/samples/widgets/textctrl.cpp index e9282d977f..02c94cdc0c 100644 --- a/samples/widgets/textctrl.cpp +++ b/samples/widgets/textctrl.cpp @@ -891,7 +891,7 @@ void TextWidgetsPage::OnStreamRedirector(wxCommandEvent& WXUNUSED(event)) #if wxHAS_TEXT_WINDOW_STREAM wxStreamToTextRedirector redirect(m_text); wxString str( _T("Outputed to cout, appears in wxTextCtrl!") ); - cout << str << endl; + wxSTD cout << str << wxSTD endl; #else wxMessageBox(_T("This wxWidgets build does not support wxStreamToTextRedirector")); #endif -- 2.45.2