aboutsummaryrefslogtreecommitdiff
path: root/src/support/include_entity_resolver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/support/include_entity_resolver.h')
-rw-r--r--src/support/include_entity_resolver.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/support/include_entity_resolver.h b/src/support/include_entity_resolver.h
index 1a3bbc1..28992d6 100644
--- a/src/support/include_entity_resolver.h
+++ b/src/support/include_entity_resolver.h
@@ -22,10 +22,11 @@ class IncludeEntityResolver : public xercesc::EntityResolver {
const XMLCh* const
);
- boost::optional<boost::filesystem::path> resolve(const std::string&);
+ boost::optional<boost::filesystem::path> resolve(
+ const std::string&) const;
private:
- std::vector<FilesystemContext> path_;
+ const std::vector<FilesystemContext> path_;
};