aboutsummaryrefslogtreecommitdiff
path: root/sword.h
diff options
context:
space:
mode:
authorYour Name <you@example.com>2021-02-24 11:26:27 -0500
committerYour Name <you@example.com>2021-02-24 11:26:27 -0500
commitcafdd193b62acfaf556491eaa46ccb3dfdff82dd (patch)
tree757f0f397a34dfc0d236cafca1de5a54bcb13b04 /sword.h
parenta01ae21aa395aa094a1e66d3e2b450e699878359 (diff)
downloadbiblereader-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.h2
1 files changed, 1 insertions, 1 deletions
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;
};