X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ba2a81d747036d40bb917d09c82b3562de707e99..5924e48d2e2261a3b50352aa7ec091b82e4c25e8:/src/unix/gsocket.cpp?ds=inline diff --git a/src/unix/gsocket.cpp b/src/unix/gsocket.cpp index c9030fbc92..81c6a62fad 100644 --- a/src/unix/gsocket.cpp +++ b/src/unix/gsocket.cpp @@ -5,7 +5,7 @@ * Guilhem Lavaux, * Guillermo Rodriguez Garcia * Purpose: GSocket main Unix and OS/2 file - * Licence: The wxWidgets licence + * Licence: The wxWindows licence * CVSID: $Id$ * ------------------------------------------------------------------------- */ @@ -175,7 +175,6 @@ public: virtual bool Init_Socket(GSocket *socket); virtual void Destroy_Socket(GSocket *socket); virtual void Install_Callback(GSocket *socket, GSocketEvent event); -{} virtual void Uninstall_Callback(GSocket *socket, GSocketEvent event); virtual void Enable_Events(GSocket *socket); virtual void Disable_Events(GSocket *socket);