From ac9774129c401a27befa1aec46e509f5d8911795 Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Fri, 19 Jun 2026 23:35:10 +0000 Subject: dependencies moved to RustAudio codeberg --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 70ed064..d753321 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -58,7 +58,7 @@ impl DefaultPluginFactory for RetainPlugin { } fn new_shared(host: HostSharedHandle<'_>) -> Result, PluginError> { - Ok(RetainPluginShared::new(host)) + Ok(Self::Shared::new(host)) } fn new_main_thread<'a>( -- cgit v1.2.3