[sword-svn] r2505 - trunk/bindings/corba/orbitcpp

scribe at crosswire.org scribe at crosswire.org
Tue Jan 26 10:05:08 MST 2010


Author: scribe
Date: 2010-01-26 10:05:08 -0700 (Tue, 26 Jan 2010)
New Revision: 2505

Modified:
   trunk/bindings/corba/orbitcpp/swordorb-impl.cpp
Log:
fixed a variable naming bug


Modified: trunk/bindings/corba/orbitcpp/swordorb-impl.cpp
===================================================================
--- trunk/bindings/corba/orbitcpp/swordorb-impl.cpp	2010-01-26 16:46:19 UTC (rev 2504)
+++ trunk/bindings/corba/orbitcpp/swordorb-impl.cpp	2010-01-26 17:05:08 UTC (rev 2505)
@@ -287,7 +287,7 @@
 	return retVal;
 }
 
-void SWModule_impl::setKeyText(const char *key) throw(CORBA::SystemException) {
+void SWModule_impl::setKeyText(const char *keyText) throw(CORBA::SystemException) {
 	sword::SWKey *key = delegate->getKey();
 	sword::VerseKey *vkey = SWDYNAMIC_CAST(VerseKey, key);
 	if (vkey) {




More information about the sword-cvs mailing list