]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/appbase.cpp
fix the incoherence pointed out by ifacecheck between wx docs, that documents usage...
[wxWidgets.git] / src / common / appbase.cpp
index 076cabb60fc2abd3222af1d82e06b436e9218f52..7b2636e47cc930e58c1f15a4ef68c9cb3e637ff7 100644 (file)
@@ -131,7 +131,7 @@ wxAppConsoleBase::wxAppConsoleBase()
     m_traits = NULL;
     m_mainLoop = NULL;
 
-    ms_appInstance = wx_static_cast(wxAppConsole *, this);
+    ms_appInstance = static_cast<wxAppConsole *>(this);
 
 #ifdef __WXDEBUG__
     SetTraceMasks();