]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/basemsw.cpp
1. fixed wxXmlNode::InsertChild() documentation to match the code
[wxWidgets.git] / src / msw / basemsw.cpp
index 4ba9b8b091703a86d6c85b0929e686dc32f26717..5308abebe3eb0c239d77b23948f5b9c3388bbacd 100644 (file)
@@ -41,6 +41,8 @@
 // wxAppTraits implementation
 // ============================================================================
 
+GSocketManager *wxAppTraits::ms_manager = NULL;
+
 WXDWORD wxAppTraits::DoSimpleWaitForThread(WXHANDLE hThread)
 {
     return ::WaitForSingleObject((HANDLE)hThread, INFINITE);