]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/widgets/textctrl.cpp
disabled wxStackWalker and wxCrashReport for Win64
[wxWidgets.git] / samples / widgets / textctrl.cpp
index e9282d977f659283a8b977a5e21c1ba92b9536eb..02c94cdc0cbeacb4d2a66d4fa2a8c5667e455f8d 100644 (file)
@@ -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