aboutsummaryrefslogtreecommitdiff
path: root/xsde/cxx/elements.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsde/cxx/elements.cxx')
-rw-r--r--xsde/cxx/elements.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/xsde/cxx/elements.cxx b/xsde/cxx/elements.cxx
index 49d7f34..3da9392 100644
--- a/xsde/cxx/elements.cxx
+++ b/xsde/cxx/elements.cxx
@@ -125,6 +125,7 @@ namespace CXX
Containers::Vector<NarrowString> const& ir,
Boolean trace_include_regex_,
Boolean inline_,
+ Boolean custom_allocator,
Containers::Vector<NarrowString> const& reserved_name)
: os (o),
schema_root (root),
@@ -139,6 +140,7 @@ namespace CXX
type_exp (type_exp_),
inst_exp (inst_exp_),
inl (inl_),
+ custom_alloc (custom_allocator),
ns_mapping_cache (ns_mapping_cache_),
schema_path_ (path),
xs_ns_ (0),