From 421e8c8c793740aaf34feff761716c1c51d8f04e Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 20 Dec 2021 20:00:03 +0000 Subject: Add the final keyword to all remaining classes that can have it. --- include/threadsocket.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/threadsocket.h') diff --git a/include/threadsocket.h b/include/threadsocket.h index 13e004a80..95e73e2de 100644 --- a/include/threadsocket.h +++ b/include/threadsocket.h @@ -25,7 +25,8 @@ class ThreadSignalSocket; -class CoreExport SocketThread : public Thread +class CoreExport SocketThread + : public Thread { private: std::mutex mutex; -- cgit v1.3.1-10-gc9f91