aboutsummaryrefslogtreecommitdiff
path: root/xsde/cxx/hybrid/cli.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsde/cxx/hybrid/cli.hxx')
-rw-r--r--xsde/cxx/hybrid/cli.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/xsde/cxx/hybrid/cli.hxx b/xsde/cxx/hybrid/cli.hxx
index 3834767..5de1692 100644
--- a/xsde/cxx/hybrid/cli.hxx
+++ b/xsde/cxx/hybrid/cli.hxx
@@ -44,6 +44,7 @@ namespace CXX
extern Key generate_xml_schema;
extern Key extern_xml_schema;
extern Key suppress_reset;
+ extern Key custom_allocator;
extern Key generate_polymorphic;
extern Key runtime_polymorphic;
extern Key polymorphic_type;
@@ -134,6 +135,7 @@ namespace CXX
generate_xml_schema, Boolean,
extern_xml_schema, NarrowString,
suppress_reset, Boolean,
+ custom_allocator, Boolean,
generate_polymorphic, Boolean,
runtime_polymorphic, Boolean,
polymorphic_type, Cult::Containers::Vector<NarrowString>,