aboutsummaryrefslogtreecommitdiff
path: root/src/support/filesystem_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/support/filesystem_context.h')
-rw-r--r--src/support/filesystem_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/support/filesystem_context.h b/src/support/filesystem_context.h
index c00fe29..eefc4a3 100644
--- a/src/support/filesystem_context.h
+++ b/src/support/filesystem_context.h
@@ -22,6 +22,7 @@ class FilesystemContext {
explicit FilesystemContext(const boost::filesystem::path&);
explicit FilesystemContext(const std::string&);
+ FilesystemContext();
boost::filesystem::path resolve(const xalan::XalanDOMString&) const;
boost::filesystem::path resolve(const boost::filesystem::path&) const;