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 44d8f7b..b0b0feb 100644
--- a/build2/cc/windows-manifest.cxx
+++ b/build2/cc/windows-manifest.cxx
@@ -43,7 +43,7 @@ namespace build2
{
tracer trace (x, "windows_manifest");
- scope& rs (t.root_scope ());
+ const scope& rs (t.root_scope ());
const char* pa (windows_manifest_arch (cast<string> (rs[x_target_cpu])));