]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/app.cpp
Disable symbols visibility support for the Clang compiler.
[wxWidgets.git] / src / mgl / app.cpp
index a62f4ac677e3ce9ee9fc7eee43b2c54ff1cc4363..753d2df7f6641250f057f94a354183f54bb9ac1b 100644 (file)
@@ -197,7 +197,7 @@ bool wxApp::OnInitGui()
     if ( !wxAppBase::OnInitGui() )
         return false;
 
     if ( !wxAppBase::OnInitGui() )
         return false;
 
-    // MGL redirects stdout and stderr to physical console, so lets redirect
+    // MGL redirects stdout and stderr to physical console, so let's redirect
     // it to file if WXSTDERR environment variable is set to be able to see
     // wxLogDebug() output
     wxString redirect;
     // it to file if WXSTDERR environment variable is set to be able to see
     // wxLogDebug() output
     wxString redirect;