diff options
| author | 2021-04-04 23:42:15 +0100 | |
|---|---|---|
| committer | 2021-04-04 23:42:15 +0100 | |
| commit | 7d84e4900fa8f4ef96e8cf4bb67b76be7902e840 (patch) | |
| tree | f5a81d03f572392e7547d58f979fdd488de6ff0b /include/threadsocket.h | |
| parent | Remove the unused ExitCodes array. (diff) | |
Fix a ton of pedantic compiler warnings.
Diffstat (limited to 'include/threadsocket.h')
| -rw-r--r-- | include/threadsocket.h | 2 |
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() |
