From f167e58e1bc3959f32da890022cccfa51f2c73ec Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 23 Aug 2011 16:06:53 +0200 Subject: Don't use override as name It is a keyword in C++-0x. --- libxsd/xsd/cxx/tree/std-ostream-map.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libxsd/xsd/cxx/tree/std-ostream-map.hxx') 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&); -- cgit v1.1