diff options
Diffstat (limited to 'src/OSSupport/SocketThreads.h')
-rw-r--r-- | src/OSSupport/SocketThreads.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OSSupport/SocketThreads.h b/src/OSSupport/SocketThreads.h index 944f5f3bc..e19a72409 100644 --- a/src/OSSupport/SocketThreads.h +++ b/src/OSSupport/SocketThreads.h @@ -157,7 +157,7 @@ private: sSlot m_Slots[MAX_SLOTS]; int m_NumSlots; // Number of slots actually used - virtual void Execute(void) override; + virtual void Execute(void) /*override*/; /** Prepares the Read and Write socket sets for select() Puts all sockets into the read set, along with m_ControlSocket1. |