summaryrefslogtreecommitdiff
path: root/xsd
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-01-29 15:39:19 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-01-29 15:39:19 +0200
commit4af1715d32dea19a2a778387a60ad6d42613da0c (patch)
tree0eedfc9fa9a9ac3a1883c6f8df1bdde0151174a5 /xsd
parent8533d2de846e60fc9d980a7135cb6a258393fa07 (diff)
Remove ambiguity by passing a flag explicitly
Diffstat (limited to 'xsd')
-rw-r--r--xsd/cxx/tree/tree-inline.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xsd/cxx/tree/tree-inline.cxx b/xsd/cxx/tree/tree-inline.cxx
index 6a983af..5c75ead 100644
--- a/xsd/cxx/tree/tree-inline.cxx
+++ b/xsd/cxx/tree/tree-inline.cxx
@@ -54,7 +54,7 @@ namespace CXX
os << inl
<< name << "::" << endl
<< name << " ()" << endl
- << ": " << base_type << " (0, this)"
+ << ": " << base_type << " ( " << flags_type << " (0), this)"
<< "{"
<< "}";