aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf/ResourceFinder.hh
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/qpdf/ResourceFinder.hh')
-rw-r--r--libqpdf/qpdf/ResourceFinder.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/libqpdf/qpdf/ResourceFinder.hh b/libqpdf/qpdf/ResourceFinder.hh
index d037e600..c4f5673b 100644
--- a/libqpdf/qpdf/ResourceFinder.hh
+++ b/libqpdf/qpdf/ResourceFinder.hh
@@ -8,8 +8,8 @@ class ResourceFinder: public QPDFObjectHandle::ParserCallbacks
public:
ResourceFinder();
virtual ~ResourceFinder() = default;
- virtual void handleObject(QPDFObjectHandle, size_t, size_t) override;
- virtual void handleEOF() override;
+ void handleObject(QPDFObjectHandle, size_t, size_t) override;
+ void handleEOF() override;
std::set<std::string> const& getNames() const;
std::map<std::string, std::map<std::string, std::set<size_t>>> const&
getNamesByResourceType() const;