[sword-svn] r2768 - trunk/include

scribe at crosswire.org scribe at crosswire.org
Sun Jan 20 14:55:27 MST 2013


Author: scribe
Date: 2013-01-20 14:55:27 -0700 (Sun, 20 Jan 2013)
New Revision: 2768

Modified:
   trunk/include/versekey.h
Log:
fixed deprecated method to call new method name.


Modified: trunk/include/versekey.h
===================================================================
--- trunk/include/versekey.h	2013-01-20 21:31:53 UTC (rev 2767)
+++ trunk/include/versekey.h	2013-01-20 21:55:27 UTC (rev 2768)
@@ -449,7 +449,7 @@
 	 * COMMENT: This code works but wreaks.  Rewrite to make more maintainable.
 	 */
 	virtual ListKey parseVerseList(const char *buf, const char *defaultKey = 0, bool expandRange = false, bool useChapterAsVerse = false);
-	SWDEPRECATED ListKey ParseVerseList(const char *buf, const char *defaultKey = 0, bool expandRange = false, bool useChapterAsVerse = false);
+	SWDEPRECATED ListKey ParseVerseList(const char *buf, const char *defaultKey = 0, bool expandRange = false, bool useChapterAsVerse = false) { return parseVerseList(buf, defaultKey, expandRange, useChapterAsVerse); }
 	virtual const char *getRangeText() const;
 	virtual const char *getOSISRefRangeText() const;
 	/** Compares another	SWKey object




More information about the sword-cvs mailing list