diff options
author | Your Name <you@example.com> | 2021-02-24 11:26:27 -0500 |
---|---|---|
committer | Your Name <you@example.com> | 2021-02-24 11:26:27 -0500 |
commit | cafdd193b62acfaf556491eaa46ccb3dfdff82dd (patch) | |
tree | 757f0f397a34dfc0d236cafca1de5a54bcb13b04 /sword.h | |
parent | a01ae21aa395aa094a1e66d3e2b450e699878359 (diff) | |
download | biblereader-cafdd193b62acfaf556491eaa46ccb3dfdff82dd.tar.gz biblereader-cafdd193b62acfaf556491eaa46ccb3dfdff82dd.tar.bz2 biblereader-cafdd193b62acfaf556491eaa46ccb3dfdff82dd.zip |
Now remembers most recently used module
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; }; |