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. --- src/threadsocket.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/threadsocket.cpp') diff --git a/src/threadsocket.cpp b/src/threadsocket.cpp index 4a8b542eb..4e56e8f43 100644 --- a/src/threadsocket.cpp +++ b/src/threadsocket.cpp @@ -25,7 +25,8 @@ #if __has_include() #include -class ThreadSignalSocket : public EventHandler +class ThreadSignalSocket final + : public EventHandler { SocketThread* parent; public: @@ -73,7 +74,8 @@ SocketThread::SocketThread() } #else -class ThreadSignalSocket : public EventHandler +class ThreadSignalSocket final + : public EventHandler { SocketThread* parent; int send_fd; -- cgit v1.3.1-10-gc9f91