From: Stefan Neis Date: Sat, 12 Jan 2008 15:38:59 +0000 (+0000) Subject: Fixed compilation. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/cb1e81d4cf755985ad069b35f46ebaecbdfeeb8a?ds=inline Fixed compilation. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51179 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/os2/gsockpm.cpp b/src/os2/gsockpm.cpp index ef80cd130e..a02d29ef6f 100644 --- a/src/os2/gsockpm.cpp +++ b/src/os2/gsockpm.cpp @@ -12,9 +12,9 @@ #if wxUSE_SOCKETS #include -#include "wx/unix/gsockunx.h" #include "wx/gsocket.h" #include "wx/app.h" +#include "wx/apptrait.h" #define wxSockReadMask 0x01 #define wxSockWriteMask 0x02 @@ -53,7 +53,7 @@ public: GSocketManager *wxGUIAppTraits::GetSocketManager() { - static GTKSocketManager s_manager; + static PMSocketManager s_manager; return &s_manager; }