diff --git a/external/solanaceae_ngc_ft1 b/external/solanaceae_ngc_ft1 index bcde244..8972386 160000 --- a/external/solanaceae_ngc_ft1 +++ b/external/solanaceae_ngc_ft1 @@ -1 +1 @@ -Subproject commit bcde244a3c9bbfbfb68c6224800916921b450b4a +Subproject commit 8972386971b4a71016dae6d2d4e000ec4f5c847b diff --git a/plugins/plugin_ngcft1.cpp b/plugins/plugin_ngcft1.cpp index ffc104a..718b7a7 100644 --- a/plugins/plugin_ngcft1.cpp +++ b/plugins/plugin_ngcft1.cpp @@ -44,7 +44,7 @@ SOLANA_PLUGIN_EXPORT uint32_t solana_plugin_start(struct SolanaAPI* solana_api) // static store, could be anywhere tho // construct with fetched dependencies - g_ngcextep = std::make_unique(*tox_event_provider_i); + g_ngcextep = std::make_unique(*tox_i, *tox_event_provider_i); g_ngcft1 = std::make_unique(*tox_i, *tox_event_provider_i, *g_ngcextep.get()); g_sha1_ngcft1 = std::make_unique(*os, *cr, *rmm, *g_ngcft1.get(), *tcm, *tox_event_provider_i, *g_ngcextep.get());