From f6ce9b5981ce316c5f3fd59fda62f21d03ef9b8c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 16 Sep 2009 18:42:28 +0200 Subject: Fix c-tor call --- tests/dump/driver.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/dump/driver.cxx b/tests/dump/driver.cxx index 33836cb..1d10e85 100644 --- a/tests/dump/driver.cxx +++ b/tests/dump/driver.cxx @@ -522,7 +522,7 @@ main (Int argc, Char* argv[]) // SemanticGraph::Path path (argv[i], boost::filesystem::native); - Parser parser (true, true); + Parser parser (true, false, true); Evptr tu (parser.parse (path)); // -- cgit v1.1