summaryrefslogtreecommitdiff
path: root/libxsd/xsd/cxx/tree/type-factory-map.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-08-23 16:06:53 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-08-23 16:06:53 +0200
commitf167e58e1bc3959f32da890022cccfa51f2c73ec (patch)
tree00a6fc9b72ec71db898a38072bec13e07ace8609 /libxsd/xsd/cxx/tree/type-factory-map.hxx
parent72c8c02e5c841da2ec07a74d0a385c89209937a4 (diff)
Don't use override as name
It is a keyword in C++-0x.
Diffstat (limited to 'libxsd/xsd/cxx/tree/type-factory-map.hxx')
-rw-r--r--libxsd/xsd/cxx/tree/type-factory-map.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libxsd/xsd/cxx/tree/type-factory-map.hxx b/libxsd/xsd/cxx/tree/type-factory-map.hxx
index a6a0568..a42ef96 100644
--- a/libxsd/xsd/cxx/tree/type-factory-map.hxx
+++ b/libxsd/xsd/cxx/tree/type-factory-map.hxx
@@ -35,7 +35,7 @@ namespace xsd
void
register_type (const qualified_name& name,
factory,
- bool override = true);
+ bool replace = true);
void
unregister_type (const qualified_name& name);