aboutsummaryrefslogtreecommitdiff
path: root/xsde/cxx/hybrid/parser-header.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsde/cxx/hybrid/parser-header.cxx')
-rw-r--r--xsde/cxx/hybrid/parser-header.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/xsde/cxx/hybrid/parser-header.cxx b/xsde/cxx/hybrid/parser-header.cxx
index 6a893c5..c174df4 100644
--- a/xsde/cxx/hybrid/parser-header.cxx
+++ b/xsde/cxx/hybrid/parser-header.cxx
@@ -334,6 +334,9 @@ namespace CXX
virtual Void
traverse (SemanticGraph::Attribute& a)
{
+ if (a.fixed ())
+ return;
+
String const& arg (parg_type (a.type ()));
os << "virtual void" << endl