diff options
author | Your Name <you@example.com> | 2021-04-16 11:23:27 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2021-04-16 11:23:27 -0400 |
commit | 4618763c0e3a723bf4bb43c7b9edbce87240e0af (patch) | |
tree | a18aa4bf7da05ac02b4e37b199aeeb82da977aea /src/feature.cc | |
parent | dfce4d0398a8bafbb7ad7a31345af181c0269c09 (diff) | |
download | dmtool-4618763c0e3a723bf4bb43c7b9edbce87240e0af.tar.gz dmtool-4618763c0e3a723bf4bb43c7b9edbce87240e0af.tar.bz2 dmtool-4618763c0e3a723bf4bb43c7b9edbce87240e0af.zip |
Rebased feature/item on entry
Diffstat (limited to 'src/feature.cc')
-rw-r--r-- | src/feature.cc | 2 |
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); |