From 7b5d1e3d46e94262a9c0fd3a01ab4685aea9d12d Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 1 May 2021 15:10:54 -0400 Subject: Added bash completion, amongst others --- src/spellcasting.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/spellcasting.h') 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 spells; json toJson(void) const { - std::vector s; + std::vector s; for(auto spell : spells) { s.push_back(spell.getName()); } -- cgit v1.2.3