aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/windows-manifest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/windows-manifest.cxx')
-rw-r--r--build2/cc/windows-manifest.cxx2
1 files changed, 1 insertions, 1 deletions
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");