aboutsummaryrefslogtreecommitdiff
path: root/src/feature.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/feature.cc')
-rw-r--r--src/feature.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature.cc b/src/feature.cc
index 84f23fe..4972ccc 100644
--- a/src/feature.cc
+++ b/src/feature.cc
@@ -8,7 +8,7 @@
using namespace std;
typedef nlohmann::json json;
-namespace feature {
+namespace entry {
shared_ptr<Feature> Feature::create(const json& data) {
if(data["type"] == "spellcasting") {
return utils::loadDFromJson<Feature, Spellcasting>(data);