final-ize some derived types
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user