diff options
Diffstat (limited to 'bbot')
-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); |