aboutsummaryrefslogtreecommitdiff
path: root/src/spellcasting.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/spellcasting.h')
-rw-r--r--src/spellcasting.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spellcasting.h b/src/spellcasting.h
index 3a55277..0bbdf84 100644
--- a/src/spellcasting.h
+++ b/src/spellcasting.h
@@ -15,7 +15,7 @@ namespace entry {
const std::vector<Spell> spells;
json toJson(void) const {
- std::vector<string> s;
+ std::vector<std::string> s;
for(auto spell : spells) {
s.push_back(spell.getName());
}