[sword-cvs] sword/bindings/swig/perl Sword.cxx,1.14,1.15
sword@www.crosswire.org
sword@www.crosswire.org
Fri, 6 Feb 2004 14:01:33 -0700
Update of /cvs/core/sword/bindings/swig/perl
In directory www:/tmp/cvs-serv27118/bindings/swig/perl
Modified Files:
Sword.cxx
Log Message:
Changed system[Log|File|Locale]Mgr to
*Mgr *[get|set]System*Mgr() per Daniel Glassey's
discovery of potential problems from order of
initializing statics.
Added new prefix recognition for OSIS lemma prefix
"strong:"
Index: Sword.cxx
===================================================================
RCS file: /cvs/core/sword/bindings/swig/perl/Sword.cxx,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- Sword.cxx 17 Jul 2003 21:38:30 -0000 1.14
+++ Sword.cxx 6 Feb 2004 21:01:00 -0000 1.15
@@ -836,7 +836,7 @@
using namespace sword;
LocaleMgr *const LocaleMgr_getSystemLocaleMgr(){
- return &(LocaleMgr::systemLocaleMgr);
+ return LocaleMgr::getSystemLocaleMgr();
}
#include <swfiltermgr.h>