[sword-svn] r3743 - trunk/tests

scribe at crosswire.org scribe at crosswire.org
Sun May 17 03:24:58 MST 2020


Author: scribe
Date: 2020-05-17 03:24:58 -0700 (Sun, 17 May 2020)
New Revision: 3743

Modified:
   trunk/tests/versekeytest.cpp
Log:
fixed mispelling of clearBounds


Modified: trunk/tests/versekeytest.cpp
===================================================================
--- trunk/tests/versekeytest.cpp	2020-05-17 10:21:10 UTC (rev 3742)
+++ trunk/tests/versekeytest.cpp	2020-05-17 10:24:58 UTC (rev 3743)
@@ -111,7 +111,7 @@
 
 	VerseKey *x = new VerseKey(); //(VerseKey *)mod->CreateKey();
 	*x = scope;
-	x->clearBound();
+	x->clearBounds();
 
 	std::cout << "x: " << x->getText() << "\n";
 




More information about the sword-cvs mailing list