diff options
Diffstat (limited to 'fpdfsdk/fpdf_catalog_unittest.cpp')
-rw-r--r-- | fpdfsdk/fpdf_catalog_unittest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/fpdf_catalog_unittest.cpp b/fpdfsdk/fpdf_catalog_unittest.cpp index bd51257e3c..425a1ae6a7 100644 --- a/fpdfsdk/fpdf_catalog_unittest.cpp +++ b/fpdfsdk/fpdf_catalog_unittest.cpp @@ -16,7 +16,7 @@ #include "testing/gtest/include/gtest/gtest.h" #include "testing/test_support.h" -class CPDF_TestDocument : public CPDF_Document { +class CPDF_TestDocument final : public CPDF_Document { public: CPDF_TestDocument() : CPDF_Document() {} |