aboutsummaryrefslogtreecommitdiff
path: root/bbot/machine-manifest.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-04-21 06:51:33 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-04-21 06:51:33 +0200
commitca35746ba41437b1ced31d689ec51203c960bfb4 (patch)
tree5cc520b29fe327d203f40bb571d65e6a8c8c4823 /bbot/machine-manifest.cxx
parent82e1c41385491d66d4717b17ca36601aedec28aa (diff)
Pass machine options instead of default QEMU/KVM network/disk setup
Diffstat (limited to 'bbot/machine-manifest.cxx')
-rw-r--r--bbot/machine-manifest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bbot/machine-manifest.cxx b/bbot/machine-manifest.cxx
index debdbcc..acb9d27 100644
--- a/bbot/machine-manifest.cxx
+++ b/bbot/machine-manifest.cxx
@@ -213,7 +213,7 @@ namespace bbot
}
strings machine_manifest::
- unquoted_options ()
+ unquoted_options () const
{
return options
? string_parser::unquote (*options)