]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/gsockmsw.h
more fixes for using wxSocket in console applications (patch 1756260)
[wxWidgets.git] / include / wx / msw / gsockmsw.h
index a32589d602dae7c943de2f46149f048b91df9326..720a156b5296ff42f27ea5caceb507ada9afdc97 100644 (file)
@@ -62,6 +62,8 @@ public:
   GAddress *GetPeer();
   GSocketError SetServer();
   GSocket *WaitConnection();
+  // not used under MSW
+  void Notify(bool WXUNUSED(enable)) { }
   bool SetReusable();
   bool SetBroadcast();
   bool DontDoBind();