From 2a9f262e6db5906db445d465e500d7ba8c90fab3 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 5 May 2021 09:44:50 -0400 Subject: Implemented additional commands --- src/feature.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/feature.h') diff --git a/src/feature.h b/src/feature.h index 69112ea..5b900d2 100644 --- a/src/feature.h +++ b/src/feature.h @@ -11,5 +11,6 @@ namespace entry { protected: Feature(const nlohmann::json& data) : Entry(data) {} + Feature(const std::string& entry, const std::string& name, const std::string& type, const std::string& text) : Entry(entry, name, type, text) {}; }; } -- cgit v1.2.3