From 7d84e4900fa8f4ef96e8cf4bb67b76be7902e840 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 4 Apr 2021 23:42:15 +0100 Subject: Fix a ton of pedantic compiler warnings. --- include/threadsocket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/threadsocket.h') 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() -- cgit v1.3.1-10-gc9f91