final-ize some derived types

This commit is contained in:
Michael Davidsaver
2023-02-24 19:03:33 -08:00
parent fedbec649b
commit 6f770d0ea3
7 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -246,7 +246,7 @@ struct SocketPair {
} // namespace
struct SigInt::Pvt : public epicsThreadRunable {
struct SigInt::Pvt final : private epicsThreadRunable {
void (*prevINT)(int);
void (*prevTERM)(int);
const std::function<void()> handler;