This eliminates many, but not all, race conditions

This commit is contained in:
Greg Hellings
2025-06-29 12:53:14 -05:00
parent 5b7d736891
commit 56dbbacb12
+2
View File
@@ -2,6 +2,8 @@
#include "rust/cxx.h"
namespace sword_rs {
sword::VersificationMgr* mgr = sword::VersificationMgr::getSystemVersificationMgr();
Versification::Versification() :
mgr(sword::VersificationMgr::getSystemVersificationMgr()) { }