diff options
-rw-r--r-- | bbot/manifest | 2 | ||||
-rw-r--r-- | bbot/manifest.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bbot/manifest b/bbot/manifest index 087fd25..b2fefdd 100644 --- a/bbot/manifest +++ b/bbot/manifest @@ -108,7 +108,7 @@ namespace bbot strings config; strings - unquoted_config (); + unquoted_config () const; task_manifest (std::string nm, bpkg::version vr, 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); } |