This eliminates many, but not all, race conditions
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
#include "rust/cxx.h"
|
#include "rust/cxx.h"
|
||||||
|
|
||||||
namespace sword_rs {
|
namespace sword_rs {
|
||||||
|
sword::VersificationMgr* mgr = sword::VersificationMgr::getSystemVersificationMgr();
|
||||||
|
|
||||||
Versification::Versification() :
|
Versification::Versification() :
|
||||||
mgr(sword::VersificationMgr::getSystemVersificationMgr()) { }
|
mgr(sword::VersificationMgr::getSystemVersificationMgr()) { }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user