diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-06-19 23:35:10 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-19 23:35:10 +0000 |
| commit | ac9774129c401a27befa1aec46e509f5d8911795 (patch) | |
| tree | 2b247e882721f0aa66e94010af41e55e873ca474 /src/lib.rs | |
| parent | 40ad02bc86872a08b33f60b5d9be0f59d73e36dc (diff) | |
dependencies moved to RustAudio codeberg
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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>( |
