[sword-cvs] sword/src/modules/lexdict swld.cpp,1.14,1.15

sword at www.crosswire.org sword at www.crosswire.org
Sat May 8 14:04:44 MST 2004


Update of /cvs/core/sword/src/modules/lexdict
In directory www:/tmp/cvs-serv25446/src/modules/lexdict

Modified Files:
	swld.cpp 
Log Message:
Fixed ListKey contains function and normalized Traversable method name


Index: swld.cpp
===================================================================
RCS file: /cvs/core/sword/src/modules/lexdict/swld.cpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- swld.cpp	26 Feb 2003 03:23:44 -0000	1.14
+++ swld.cpp	8 May 2004 21:04:42 -0000	1.15
@@ -60,7 +60,7 @@
  */
 
 void SWLD::setPosition(SW_POSITION p) {
-	if (!key->Traversable()) {
+	if (!key->isTraversable()) {
 		switch (p) {
 		case POS_TOP:
 			*key = "";




More information about the sword-cvs mailing list