diff options
Diffstat (limited to 'sword.h')
-rw-r--r-- | sword.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ public: void getConfig(std::string book, int chapter, struct config *conf); protected: - std::string defaultMod; + std::string currMod; }; |