From 0342dc2fcdd78ef28a4e59d84193a3807068d726 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 11 Apr 2016 07:57:19 +0200 Subject: New configuration logic, iteration 1 --- build2/cxx/module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/cxx/module') diff --git a/build2/cxx/module b/build2/cxx/module index b9c50f4..39d1218 100644 --- a/build2/cxx/module +++ b/build2/cxx/module @@ -16,7 +16,7 @@ namespace build2 { extern "C" bool cxx_init ( - scope&, scope&, const location&, unique_ptr&, bool, bool); + scope&, scope&, const location&, unique_ptr&, bool, bool); } } -- cgit v1.1