From 1ca6396a3dd284241de11bcaa210ad5836e8e5a8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 8 Dec 2009 16:18:01 +0200 Subject: Multiple object model character encodings support Also add support for ISO-8859-1. --- xsd/cxx/tree/counter.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xsd/cxx/tree/counter.cxx') diff --git a/xsd/cxx/tree/counter.cxx b/xsd/cxx/tree/counter.cxx index d8223bb..a9649b5 100644 --- a/xsd/cxx/tree/counter.cxx +++ b/xsd/cxx/tree/counter.cxx @@ -239,7 +239,7 @@ namespace CXX count (CLI::Options const& options, SemanticGraph::Schema& tu) { Counts counts; - Context ctx (std::wcerr, tu, options, counts, false, 0, 0, 0); + Context ctx (std::wcerr, tu, options, counts, false, 0, 0, 0, 0); Traversal::Schema schema; Traversal::Sources sources; -- cgit v1.1