From cafdd193b62acfaf556491eaa46ccb3dfdff82dd Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 24 Feb 2021 11:26:27 -0500 Subject: Now remembers most recently used module --- sword.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sword.h') diff --git a/sword.h b/sword.h index aa52c13..1cd7f61 100644 --- a/sword.h +++ b/sword.h @@ -16,7 +16,7 @@ public: void getConfig(std::string book, int chapter, struct config *conf); protected: - std::string defaultMod; + std::string currMod; }; -- cgit v1.2.3