From 0d7c7f2c8bc044519b2936c9891d65701b7762bb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 23 Jan 2017 13:58:42 +0200 Subject: Make rules const throughout --- build2/install/init.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/install') diff --git a/build2/install/init.cxx b/build2/install/init.cxx index 5281d38..8c28dad 100644 --- a/build2/install/init.cxx +++ b/build2/install/init.cxx @@ -120,8 +120,8 @@ namespace build2 var_pool.insert (string ("install.") + n + ".subdirs"); } - static alias_rule alias_; - static file_rule file_; + static const alias_rule alias_; + static const file_rule file_; void boot (scope& r, const location&, unique_ptr&) -- cgit v1.1