diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-21 06:52:21 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-21 06:52:21 +0200 |
commit | 1b6e94d1678ce29343def98022f3913aa06098de (patch) | |
tree | 9fce47d80fba2284a3f436e6b6b05b003d1ae8c9 /bbot/manifest.cxx | |
parent | 773fbb10eb59c4e855eccf9966a6ef3a68e3e0c3 (diff) |
Add missing const
Diffstat (limited to 'bbot/manifest.cxx')
-rw-r--r-- | bbot/manifest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bbot/manifest.cxx b/bbot/manifest.cxx index 1d164db..eab563b 100644 --- a/bbot/manifest.cxx +++ b/bbot/manifest.cxx @@ -524,7 +524,7 @@ namespace bbot } strings task_manifest:: - unquoted_config () + unquoted_config () const { return string_parser::unquote (config); } |