]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/gsockmac.h
more fixes for using wxSocket in console applications (patch 1756260)
[wxWidgets.git] / include / wx / mac / carbon / gsockmac.h
index de035d0d4011ae6393fcb702b7e28d152aeb2ee3..556e3ea52fc8497775ca0ac5b074fdf52ffca8fc 100644 (file)
@@ -50,6 +50,8 @@ public:
     GAddress *GetPeer();
     GSocketError SetServer();
     GSocket *WaitConnection();
+    // not used under Mac
+    void Notify(bool WXUNUSED(enable)) { }
     bool SetReusable() { return false; }
     GSocketError SetNonOriented();
     GSocketError Connect(GSocketStream stream);