aboutsummaryrefslogtreecommitdiff
path: root/src/feature.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/feature.h')
-rw-r--r--src/feature.h1
1 files changed, 1 insertions, 0 deletions
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) {};
};
}