]> 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 7b2636e47cc930e58c1f15a4ef68c9cb3e637ff7..5a741b70ac439b3c2148aafe03a821f4aa963536 100644 (file)
@@ -111,6 +111,8 @@ wxAppConsole *wxAppConsoleBase::ms_appInstance = NULL;
 
 wxAppInitializerFunction wxAppConsoleBase::ms_appInitFn = NULL;
 
+wxSocketManager *wxAppTraitsBase::ms_manager = NULL;
+
 // ----------------------------------------------------------------------------
 // wxEventLoopPtr
 // ----------------------------------------------------------------------------