aboutsummaryrefslogtreecommitdiff
path: root/xsde/cxx/hybrid/default-value.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsde/cxx/hybrid/default-value.cxx')
-rw-r--r--xsde/cxx/hybrid/default-value.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/xsde/cxx/hybrid/default-value.cxx b/xsde/cxx/hybrid/default-value.cxx
index d63c636..712f405 100644
--- a/xsde/cxx/hybrid/default-value.cxx
+++ b/xsde/cxx/hybrid/default-value.cxx
@@ -229,8 +229,9 @@ namespace CXX
// anySimpleType.
//
Void InitValue::
- traverse (SemanticGraph::AnySimpleType&)
+ traverse (SemanticGraph::AnySimpleType& t)
{
+ string_type (t);
}
// Strings.
@@ -741,7 +742,7 @@ namespace CXX
}
Void InitValue::
- string_type (SemanticGraph::Fundamental::Type& t)
+ string_type (SemanticGraph::Type& t)
{
// In case STL is disabled, strings are returned as literals
// so we end up here only if the type is derived from a string.