From f3e193b2651b2589daecaf181b96c5622acc51e9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 16 Jun 2017 14:57:47 +0200 Subject: Clean up module-related diagnostics --- build2/cc/compile.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/cc/compile.hxx') diff --git a/build2/cc/compile.hxx b/build2/cc/compile.hxx index d1b14bc..be4a2e2 100644 --- a/build2/cc/compile.hxx +++ b/build2/cc/compile.hxx @@ -113,7 +113,7 @@ namespace build2 modules_positions search_modules (action, file&, lorder, const target_type&, - module_imports&&, sha256&) const; + const file&, module_imports&&, sha256&) const; void append_modules (cstrings&, strings&, const file&) const; -- cgit v1.1