From 51734065a38cf6db48fe9fb4b16461ce424cad90 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 21 Nov 2020 14:33:33 -0500 Subject: Updated API to be more explicit with references --- mods.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'mods.cc') diff --git a/mods.cc b/mods.cc index 903c91f..9c9483e 100644 --- a/mods.cc +++ b/mods.cc @@ -45,6 +45,7 @@ void libbible::setStatusReporter(libbible::Status& status) { myStatusReporter *msr = new myStatusReporter(&status); free(installMgr); installMgr = new sword::InstallMgr((basedir + std::string("InstallMgr")).c_str(), msr); + installMgr->setUserDisclaimerConfirmed(true); } map> libbible::downloadModsAvailable() { -- cgit v1.2.3