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
@@ -467,7 +467,7 @@ Value SharedPV::fetch() const
}
}
struct StaticSource::Impl : public Source
struct StaticSource::Impl final : public Source
{
mutable RWLock lock;