[sword-svn] r2686 - trunk/examples/classes
scribe at crosswire.org
scribe at crosswire.org
Tue Feb 28 09:26:35 MST 2012
Author: scribe
Date: 2012-02-28 09:26:35 -0700 (Tue, 28 Feb 2012)
New Revision: 2686
Modified:
trunk/examples/classes/verseposition.cpp
Log:
replace static string with variable constant
Modified: trunk/examples/classes/verseposition.cpp
===================================================================
--- trunk/examples/classes/verseposition.cpp 2012-02-28 16:18:40 UTC (rev 2685)
+++ trunk/examples/classes/verseposition.cpp 2012-02-28 16:26:35 UTC (rev 2686)
@@ -14,7 +14,7 @@
SWMgr library;
- SWModule *book = library.getModule("HunKar");
+ SWModule *book = library.getModule(modName);
if (!book) {
cerr << "Can't find module: " << modName << endl;
More information about the sword-cvs
mailing list