aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-04-06 15:08:53 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-04-06 15:08:53 +0200
commita1ca1cff56f05c9d49ccb8edac2a4c6b191199fd (patch)
treeb879ac91511947b5e1d91f9fd8b461347c94c896
parentec5411f734eac1fcb63c7ef904c3178df1bc941b (diff)
Minor manifest addition
-rw-r--r--bbot/manifest3
1 files changed, 3 insertions, 0 deletions
diff --git a/bbot/manifest b/bbot/manifest
index 7083ca7..bf0471e 100644
--- a/bbot/manifest
+++ b/bbot/manifest
@@ -35,6 +35,9 @@ namespace bbot
std::string summary;
+ machine_manifest (std::string i, std::string n, std::string s)
+ : id (std::move (i)), name (std::move (n)), summary (std::move (s)) {}
+
public:
machine_manifest () = default; // VC export.
machine_manifest (butl::manifest_parser&, bool ignore_unknown = false);