From a1ca1cff56f05c9d49ccb8edac2a4c6b191199fd Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 6 Apr 2017 15:08:53 +0200 Subject: Minor manifest addition --- bbot/manifest | 3 +++ 1 file changed, 3 insertions(+) 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); -- cgit v1.1