aboutsummaryrefslogtreecommitdiff
path: root/src/support/type/xobject_value.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/support/type/xobject_value.h')
-rw-r--r--src/support/type/xobject_value.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/support/type/xobject_value.h b/src/support/type/xobject_value.h
index cfc259d..53ceacc 100644
--- a/src/support/type/xobject_value.h
+++ b/src/support/type/xobject_value.h
@@ -12,7 +12,7 @@ namespace InputXSLT {
class XObjectValue {
public:
XObjectValue(
- const boost::filesystem::path&,
+ const FilesystemContext*,
const IncludeEntityResolver*
);
@@ -20,7 +20,7 @@ class XObjectValue {
Type get(const xalan::XObjectPtr&) const;
private:
- const FilesystemContext filesystem_context_;
+ const FilesystemContext* const filesystem_context_;
const IncludeEntityResolver* const include_resolver_;
};