aboutsummaryrefslogtreecommitdiff
path: root/xsde/cxx/serializer/validator.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsde/cxx/serializer/validator.cxx')
-rw-r--r--xsde/cxx/serializer/validator.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xsde/cxx/serializer/validator.cxx b/xsde/cxx/serializer/validator.cxx
index 58a447b..9403437 100644
--- a/xsde/cxx/serializer/validator.cxx
+++ b/xsde/cxx/serializer/validator.cxx
@@ -196,7 +196,7 @@ namespace CXX
private:
Containers::Set<String> types_;
- Traversal::Sources sources_;
+ Sources sources_;
Traversal::Names schema_names_;
Traversal::Namespace ns_;
@@ -334,7 +334,7 @@ namespace CXX
Containers::Set<String> types_;
- Traversal::Sources sources_;
+ Sources sources_;
Traversal::Names schema_names_;
Traversal::Namespace ns_;
@@ -485,7 +485,7 @@ namespace CXX
SemanticGraph::Element* element (0);
Traversal::Schema schema;
- Traversal::Sources sources;
+ Sources sources;
schema >> sources >> schema;