diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-06 15:08:53 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-06 15:08:53 +0200 |
commit | a1ca1cff56f05c9d49ccb8edac2a4c6b191199fd (patch) | |
tree | b879ac91511947b5e1d91f9fd8b461347c94c896 | |
parent | ec5411f734eac1fcb63c7ef904c3178df1bc941b (diff) |
Minor manifest addition
-rw-r--r-- | bbot/manifest | 3 |
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); |