aboutsummaryrefslogtreecommitdiffstats
path: root/include/threadsocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/threadsocket.h')
-rw-r--r--include/threadsocket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/threadsocket.h b/include/threadsocket.h
index 5d0d035ec..13e004a80 100644
--- a/include/threadsocket.h
+++ b/include/threadsocket.h
@@ -48,7 +48,7 @@ class CoreExport SocketThread : public Thread
*/
void NotifyParent();
SocketThread();
- virtual ~SocketThread();
+ ~SocketThread() override;
/** Lock queue.
*/
void LockQueue()