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/dist/init.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/dist') diff --git a/build2/dist/init.cxx b/build2/dist/init.cxx index f185145..901e9c2 100644 --- a/build2/dist/init.cxx +++ b/build2/dist/init.cxx @@ -20,7 +20,7 @@ namespace build2 { namespace dist { - static rule rule_; + static const rule rule_; void boot (scope& r, const location&, unique_ptr&) -- cgit v1.1