summaryrefslogtreecommitdiff
path: root/libxsd/xsd/cxx/tree/std-ostream-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/std-ostream-map.hxx
parent72c8c02e5c841da2ec07a74d0a385c89209937a4 (diff)
Don't use override as name
It is a keyword in C++-0x.
Diffstat (limited to 'libxsd/xsd/cxx/tree/std-ostream-map.hxx')
-rw-r--r--libxsd/xsd/cxx/tree/std-ostream-map.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libxsd/xsd/cxx/tree/std-ostream-map.hxx b/libxsd/xsd/cxx/tree/std-ostream-map.hxx
index 4a0a155..cc987f3 100644
--- a/libxsd/xsd/cxx/tree/std-ostream-map.hxx
+++ b/libxsd/xsd/cxx/tree/std-ostream-map.hxx
@@ -28,7 +28,7 @@ namespace xsd
std_ostream_map ();
void
- register_type (const type_id&, inserter, bool override = true);
+ register_type (const type_id&, inserter, bool replace = true);
void
unregister_type (const type_id&);