From c6a07db01dd75c9d39a54b8bcc01ce262245ad52 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 23 Jan 2017 12:13:33 +0200 Subject: Add bunch of missing const's --- build2/cxx/init.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/cxx') 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, -- cgit v1.1