From 475e7180e9b658e4e5a35ca89e72334fb76c6153 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 8 May 2012 07:06:34 +0200 Subject: Do not store flags in containers (stream extraction fix) --- xsd/cxx/tree/stream-extraction-source.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xsd/cxx') diff --git a/xsd/cxx/tree/stream-extraction-source.cxx b/xsd/cxx/tree/stream-extraction-source.cxx index e1d1679..293dba5 100644 --- a/xsd/cxx/tree/stream-extraction-source.cxx +++ b/xsd/cxx/tree/stream-extraction-source.cxx @@ -266,7 +266,7 @@ namespace CXX return; os << "," << endl - << " " << emember (m) << " (f, this)"; + << " " << emember (m) << " (this)"; } }; -- cgit v1.1