aboutsummaryrefslogtreecommitdiff
path: root/xsde/cxx/serializer/type-processor.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-09-14 14:35:19 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-09-14 14:35:19 +0200
commita32d89c25b80f443d93a050a979e465f4d1dc39e (patch)
tree9e168504996951118230d24056811c4c48bd938d /xsde/cxx/serializer/type-processor.cxx
parent62cadf03af778b508bd684be19c6e6958b2fe52f (diff)
Fix bug in aggregate generation for derived lists
Diffstat (limited to 'xsde/cxx/serializer/type-processor.cxx')
-rw-r--r--xsde/cxx/serializer/type-processor.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/xsde/cxx/serializer/type-processor.cxx b/xsde/cxx/serializer/type-processor.cxx
index 86a18aa..a07ff31 100644
--- a/xsde/cxx/serializer/type-processor.cxx
+++ b/xsde/cxx/serializer/type-processor.cxx
@@ -206,6 +206,8 @@ namespace CXX
{
Complex::names (c);
}
+
+ // @@ What about list?
};
//
@@ -225,6 +227,8 @@ namespace CXX
Complex::inherits (c);
}
+ // @@ What about list?
+
private:
Serializer::Type& type_;
Traversal::Inherits inherits_;