summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2026-06-19 23:35:10 +0000
committerGitHub <noreply@github.com>2026-06-19 23:35:10 +0000
commitac9774129c401a27befa1aec46e509f5d8911795 (patch)
tree2b247e882721f0aa66e94010af41e55e873ca474 /src/lib.rs
parent40ad02bc86872a08b33f60b5d9be0f59d73e36dc (diff)
dependencies moved to RustAudio codeberg
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
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<Self::Shared<'_>, PluginError> {
- Ok(RetainPluginShared::new(host))
+ Ok(Self::Shared::new(host))
}
fn new_main_thread<'a>(