diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-08-30 16:11:44 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-08-30 16:11:44 +0200 |
commit | ddb7dbbb37475d77e53e813472f9e28d05195714 (patch) | |
tree | b875a487e2d3377cb9b504995113f3fcfe28b105 /libbuild2/utility-uninstalled.cxx | |
parent | af5ed67002b7031e1735968674bacb5ee868165f (diff) |
Make build_installed const
Diffstat (limited to 'libbuild2/utility-uninstalled.cxx')
-rw-r--r-- | libbuild2/utility-uninstalled.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/utility-uninstalled.cxx b/libbuild2/utility-uninstalled.cxx index b4bbe93..0006e1a 100644 --- a/libbuild2/utility-uninstalled.cxx +++ b/libbuild2/utility-uninstalled.cxx @@ -6,5 +6,5 @@ namespace build2 { - bool build_installed = false; + const bool build_installed = false; } |