diff options
Diffstat (limited to 'include/sockets.h')
-rw-r--r-- | include/sockets.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sockets.h b/include/sockets.h index 2c3ddb94d..2f1b3c8d7 100644 --- a/include/sockets.h +++ b/include/sockets.h @@ -150,7 +150,7 @@ class CoreExport SocketIO virtual void Destroy() { } }; -class CoreExport Socket : public Flags<SocketFlag, 2>, public virtual Base +class CoreExport Socket : public Flags<SocketFlag, 2> { protected: /* Socket FD */ |