[sword-svn] r2784 - trunk/examples/classes

scribe at crosswire.org scribe at crosswire.org
Sat Feb 23 09:04:02 MST 2013


Author: scribe
Date: 2013-02-23 09:04:02 -0700 (Sat, 23 Feb 2013)
New Revision: 2784

Modified:
   trunk/examples/classes/verseranges.cpp
Log:
updated to use new VersificationMgr class name


Modified: trunk/examples/classes/verseranges.cpp
===================================================================
--- trunk/examples/classes/verseranges.cpp	2013-02-18 16:56:43 UTC (rev 2783)
+++ trunk/examples/classes/verseranges.cpp	2013-02-23 16:04:02 UTC (rev 2784)
@@ -92,10 +92,10 @@
 
 
 	// -------------------------
-	// Shorter syntax using the parser and based on book names, and requires intimate knowledge of VerseMgr
+	// Shorter syntax using the parser and based on book names, and requires intimate knowledge of VersificationMgr
 	// You're probably better off using the above code, but this is here for completeness
 	//
-	const VerseMgr::System *refSys = VerseMgr::getSystemVerseMgr()->getVersificationSystem(vk->getVersificationSystem());
+	const VersificationMgr::System *refSys = VersificationMgr::getSystemVersificationMgr()->getVersificationSystem(vk->getVersificationSystem());
 
 
 	// whole Bible




More information about the sword-cvs mailing list