final-ize some derived types

This commit is contained in:
Michael Davidsaver
2023-03-20 09:41:41 -07:00
parent fedbec649b
commit 6f770d0ea3
7 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ struct ThreadEvent
inline epicsEvent* operator->() { return get(); }
};
struct evbase::Pvt : public epicsThreadRunable
struct evbase::Pvt final : public epicsThreadRunable
{
SockAttach attach;