Use g_fxo for global lv2_memory_container

This commit is contained in:
Nekotekina 2019-09-17 23:46:07 +03:00
parent 20cb19618d
commit a4951ec407
8 changed files with 19 additions and 17 deletions

View file

@ -64,7 +64,7 @@ void kernel_explorer::Update()
{
m_tree->clear();
const auto dct = fxm::get<lv2_memory_container>();
const auto dct = g_fxo->get<lv2_memory_container>();
if (!dct)
{