]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/appbase.cpp
refactor wxStaticText::Ellipsize so it's a static public utility function; document...
[wxWidgets.git] / src / common / appbase.cpp
index 076cabb60fc2abd3222af1d82e06b436e9218f52..5a741b70ac439b3c2148aafe03a821f4aa963536 100644 (file)
@@ -111,6 +111,8 @@ wxAppConsole *wxAppConsoleBase::ms_appInstance = NULL;
 
 wxAppInitializerFunction wxAppConsoleBase::ms_appInitFn = NULL;
 
+wxSocketManager *wxAppTraitsBase::ms_manager = NULL;
+
 // ----------------------------------------------------------------------------
 // wxEventLoopPtr
 // ----------------------------------------------------------------------------
@@ -131,7 +133,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();