From 7b9eb752cad04aaadc4552d0f26d307b04af1869 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 7 Feb 2017 08:09:53 +0200 Subject: Pass const target& to recipes --- build2/cc/windows-manifest.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/cc/windows-manifest.cxx') diff --git a/build2/cc/windows-manifest.cxx b/build2/cc/windows-manifest.cxx index b0b0feb..0e38e7d 100644 --- a/build2/cc/windows-manifest.cxx +++ b/build2/cc/windows-manifest.cxx @@ -39,7 +39,7 @@ namespace build2 // file corresponding to the exe{} target. Return the manifest file path. // path link:: - windows_manifest (file& t, bool rpath_assembly) const + windows_manifest (const file& t, bool rpath_assembly) const { tracer trace (x, "windows_manifest"); -- cgit v1.1