aboutsummaryrefslogtreecommitdiff
path: root/xsde/cxx/hybrid/elements.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-10-23 07:35:46 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-10-23 07:35:46 +0200
commit72d4cfb0a3806ada247b9dd583d06e1ebe04d046 (patch)
tree203a40ebe7a59b57f375f5c7db39ebab9a7be265 /xsde/cxx/hybrid/elements.hxx
parent4c7a3941af23fd27a97d1b06aa450bfa04bc46aa (diff)
Generate the static polymorphic() function in aggregates
Diffstat (limited to 'xsde/cxx/hybrid/elements.hxx')
-rw-r--r--xsde/cxx/hybrid/elements.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/xsde/cxx/hybrid/elements.hxx b/xsde/cxx/hybrid/elements.hxx
index 63d7995..5a94dda 100644
--- a/xsde/cxx/hybrid/elements.hxx
+++ b/xsde/cxx/hybrid/elements.hxx
@@ -42,6 +42,7 @@ namespace CXX
exceptions (c.exceptions),
stl (c.stl),
poly_code (c.poly_code),
+ poly_runtime (c.poly_runtime),
reset (c.reset),
detach (c.detach),
typeinfo (c.typeinfo),
@@ -71,6 +72,7 @@ namespace CXX
exceptions (c.exceptions),
stl (c.stl),
poly_code (c.poly_code),
+ poly_runtime (c.poly_runtime),
reset (c.reset),
detach (c.detach),
typeinfo (c.typeinfo),
@@ -580,6 +582,7 @@ namespace CXX
Boolean exceptions;
Boolean stl;
Boolean poly_code;
+ Boolean poly_runtime;
Boolean reset;
Boolean detach;
Boolean typeinfo;