Fixed compilation.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51179 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis
2008-01-12 15:38:59 +00:00
parent 702a26fded
commit cb1e81d4cf

View File

@@ -12,9 +12,9 @@
#if wxUSE_SOCKETS #if wxUSE_SOCKETS
#include <stdlib.h> #include <stdlib.h>
#include "wx/unix/gsockunx.h"
#include "wx/gsocket.h" #include "wx/gsocket.h"
#include "wx/app.h" #include "wx/app.h"
#include "wx/apptrait.h"
#define wxSockReadMask 0x01 #define wxSockReadMask 0x01
#define wxSockWriteMask 0x02 #define wxSockWriteMask 0x02
@@ -53,7 +53,7 @@ public:
GSocketManager *wxGUIAppTraits::GetSocketManager() GSocketManager *wxGUIAppTraits::GetSocketManager()
{ {
static GTKSocketManager s_manager; static PMSocketManager s_manager;
return &s_manager; return &s_manager;
} }