From c04f7d6ed04d62efafa79a87bcde6c5f62e95327 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 20 Jun 2012 11:54:24 +0200 Subject: Completion of the CLI port --- xsd/cxx/tree/counter.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xsd/cxx/tree/counter.hxx') diff --git a/xsd/cxx/tree/counter.hxx b/xsd/cxx/tree/counter.hxx index b5c7c8f..7c91068 100644 --- a/xsd/cxx/tree/counter.hxx +++ b/xsd/cxx/tree/counter.hxx @@ -7,7 +7,7 @@ #define CXX_TREE_COUNTER_HXX #include -#include +#include namespace CXX { @@ -19,7 +19,7 @@ namespace CXX Counter (); // Dummy ctor, helps with long symbols on HP-UX. Counts - count (CLI::Options const&, + count (options const&, SemanticGraph::Schema&, SemanticGraph::Path const&); }; -- cgit v1.1