Explorar o código

app: Fix compilation error

x hai 7 meses
pai
achega
43f1d8d1ed
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bin/app/src/main.rs

+ 1 - 1
bin/app/src/main.rs

@@ -297,7 +297,7 @@ async fn load_plugins(
     let sg_root2 = sg_root.clone();
     let fud = fud
         .setup(|me| async {
-            plugin::Fud::new(me, sg_root2, ex.clone()).await.expect("Fud pimpl setup")
+            plugin::FudPlugin::new(me, sg_root2, ex.clone()).await.expect("Fud pimpl setup")
         })
         .await;