aboutsummaryrefslogtreecommitdiff
path: root/xsd-frontend/transformations/schema-per-type.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsd-frontend/transformations/schema-per-type.hxx')
-rw-r--r--xsd-frontend/transformations/schema-per-type.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xsd-frontend/transformations/schema-per-type.hxx b/xsd-frontend/transformations/schema-per-type.hxx
index 65499a2..6e034d6 100644
--- a/xsd-frontend/transformations/schema-per-type.hxx
+++ b/xsd-frontend/transformations/schema-per-type.hxx
@@ -48,14 +48,14 @@ namespace XSDFrontend
// for this type is included "strongly".
//
SchemaPerType (SchemaPerTypeTranslator&,
- Boolean fat_type_file,
+ bool fat_type_file,
Char const* by_value_key = 0);
std::vector<SemanticGraph::Schema*>
transform (SemanticGraph::Schema&);
private:
- Boolean fat_type_file_;
+ bool fat_type_file_;
Char const* by_value_key_;
SchemaPerTypeTranslator& trans_;
};