aboutsummaryrefslogtreecommitdiff
path: root/build2/cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cxx')
-rw-r--r--build2/cxx/init.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/cxx/init.cxx b/build2/cxx/init.cxx
index 867deba..477056c 100644
--- a/build2/cxx/init.cxx
+++ b/build2/cxx/init.cxx
@@ -254,7 +254,7 @@ namespace build2
return true;
}
- static const target_type* hdr[] =
+ static const target_type* const hdr[] =
{
&hxx::static_type,
&ixx::static_type,
@@ -263,7 +263,7 @@ namespace build2
nullptr
};
- static const target_type* inc[] =
+ static const target_type* const inc[] =
{
&hxx::static_type,
&ixx::static_type,