summaryrefslogtreecommitdiff
path: root/core/fxcrt/shared_copy_on_write_unittest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxcrt/shared_copy_on_write_unittest.cpp')
-rw-r--r--core/fxcrt/shared_copy_on_write_unittest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcrt/shared_copy_on_write_unittest.cpp b/core/fxcrt/shared_copy_on_write_unittest.cpp
index 57e33d1019..6764c69300 100644
--- a/core/fxcrt/shared_copy_on_write_unittest.cpp
+++ b/core/fxcrt/shared_copy_on_write_unittest.cpp
@@ -29,7 +29,7 @@ class Observer {
std::map<std::string, int> destruction_counts_;
};
-class Object : public Retainable {
+class Object final : public Retainable {
public:
Object(Observer* observer, const std::string& name)
: name_(name), observer_(observer) {