[sword-svn] r2769 - trunk/src/modules/tests
scribe at crosswire.org
scribe at crosswire.org
Mon Jan 21 04:52:48 MST 2013
Author: scribe
Date: 2013-01-21 04:52:47 -0700 (Mon, 21 Jan 2013)
New Revision: 2769
Modified:
trunk/src/modules/tests/echomod.cpp
Log:
updated echomod to match new method naming
Modified: trunk/src/modules/tests/echomod.cpp
===================================================================
--- trunk/src/modules/tests/echomod.cpp 2013-01-20 21:55:27 UTC (rev 2768)
+++ trunk/src/modules/tests/echomod.cpp 2013-01-21 11:52:47 UTC (rev 2769)
@@ -33,7 +33,7 @@
}
-SWBuf &EchoMod::getRawEntryBuf()
+SWBuf &EchoMod::getRawEntryBuf() const
{
static SWBuf retVal;
retVal = *key;
More information about the sword-cvs
mailing list