diff options
Diffstat (limited to 'Tests/UseWX/WX.cxx')
-rw-r--r-- | Tests/UseWX/WX.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/UseWX/WX.cxx b/Tests/UseWX/WX.cxx index f8d8b20..69717bb 100644 --- a/Tests/UseWX/WX.cxx +++ b/Tests/UseWX/WX.cxx @@ -51,7 +51,7 @@ bool MyApp::OnInit() //Testing if link to wx debug library #ifdef __WXDEBUG__ - std::cout << "If you read this you're in debug mode." << std::endl; + printf("If you read this you're in debug mode.\n"); #endif //__WXDEBUG__ wxChar ch = wxT('*'); |