diff options
Diffstat (limited to 'src/support/include_entity_resolver.cc')
-rw-r--r-- | src/support/include_entity_resolver.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/support/include_entity_resolver.cc b/src/support/include_entity_resolver.cc index 86535c8..e1c9f96 100644 --- a/src/support/include_entity_resolver.cc +++ b/src/support/include_entity_resolver.cc @@ -71,7 +71,7 @@ boost::filesystem::path IncludeEntityResolver::resolve( } boost::optional<boost::filesystem::path> IncludeEntityResolver::resolve( - const std::string& filePath) const { + const boost::filesystem::path& filePath) const { for ( auto&& context : this->path_ ) { const boost::filesystem::path resolvedPath( context.resolve(filePath) |