commit 5222a429633289cbc691f4df17e162da27c4ada8
parent 79d70401be0f6752247cfd4b5acd226303735d90
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date: Mon, 2 Dec 2024 22:59:53 +0100
fix warning
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source/xtJucePlugin/xtPatchManager.cpp b/source/xtJucePlugin/xtPatchManager.cpp
@@ -22,7 +22,7 @@ namespace xtJucePlugin
, m_controller(_editor.getXtController())
{
setTagTypeName(pluginLib::patchDB::TagType::CustomA, "MW Model");
- startLoaderThread();
+ jucePluginEditorLib::patchManager::PatchManager::startLoaderThread();
addGroupTreeItemForTag(pluginLib::patchDB::TagType::CustomA);
}