diff options
Diffstat (limited to 'samples/pdfium_test.cc')
-rw-r--r-- | samples/pdfium_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/pdfium_test.cc b/samples/pdfium_test.cc index e808d640f2..2e8487e2c2 100644 --- a/samples/pdfium_test.cc +++ b/samples/pdfium_test.cc @@ -135,7 +135,7 @@ Optional<std::string> ExpandDirectoryPath(const std::string& path) { #endif // WORDEXP_AVAILABLE } -struct FPDF_FORMFILLINFO_PDFiumTest : public FPDF_FORMFILLINFO { +struct FPDF_FORMFILLINFO_PDFiumTest final : public FPDF_FORMFILLINFO { // Hold a map of the currently loaded pages in order to avoid them // to get loaded twice. std::map<int, ScopedFPDFPage> loaded_pages; |