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/test/operation | 2 +- build2/test/operation.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/test') diff --git a/build2/test/operation b/build2/test/operation index 10af2b2..5d2a229 100644 --- a/build2/test/operation +++ b/build2/test/operation @@ -14,7 +14,7 @@ namespace build2 { namespace test { - extern operation_info test; + extern const operation_info test; } } diff --git a/build2/test/operation.cxx b/build2/test/operation.cxx index c014d5a..7f74323 100644 --- a/build2/test/operation.cxx +++ b/build2/test/operation.cxx @@ -19,7 +19,7 @@ namespace build2 return mo != disfigure_id ? update_id : 0; } - operation_info test { + const operation_info test { test_id, "test", "test", -- cgit v1.1