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/dist/operation | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/dist/operation') diff --git a/build2/dist/operation b/build2/dist/operation index 8a0fb73..845130f 100644 --- a/build2/dist/operation +++ b/build2/dist/operation @@ -14,7 +14,7 @@ namespace build2 { namespace dist { - extern meta_operation_info dist; + extern const meta_operation_info dist; } } -- cgit v1.1