[sword-svn] r2287 - trunk/src/mgr
chrislit at crosswire.org
chrislit at crosswire.org
Wed Mar 18 02:32:09 MST 2009
Author: chrislit
Date: 2009-03-18 02:32:09 -0700 (Wed, 18 Mar 2009)
New Revision: 2287
Modified:
trunk/src/mgr/versemgr.cpp
Log:
enabled Leningrad v11n (used in WLC and derivatives thereof)
Modified: trunk/src/mgr/versemgr.cpp
===================================================================
--- trunk/src/mgr/versemgr.cpp 2009-03-18 09:31:23 UTC (rev 2286)
+++ trunk/src/mgr/versemgr.cpp 2009-03-18 09:32:09 UTC (rev 2287)
@@ -28,6 +28,8 @@
#include <swlog.h> // KJV internal versification system
#include <algorithm>
+#include <canon_leningrad.h> // Leningrad Codex (WLC) v11n system
+
using std::vector;
using std::map;
using std::distance;
@@ -315,6 +317,7 @@
if (!systemVerseMgr) {
systemVerseMgr = new VerseMgr();
systemVerseMgr->registerVersificationSystem("KJV", otbooks, ntbooks, vm);
+ systemVerseMgr->registerVersificationSystem("Leningrad", otbooks_leningrad, ntbooks_leningrad, vm_leningrad);
}
return systemVerseMgr;
}
More information about the sword-cvs
mailing list