diff --git a/src/context/gui.rs b/src/context/gui.rs index 05ae347c..2b8f260c 100644 --- a/src/context/gui.rs +++ b/src/context/gui.rs @@ -84,7 +84,7 @@ pub trait GuiContext: Send + Sync + 'static { // lot of structs, and may even be incompatible with the way certain GUI libraries work. #[derive(Clone)] pub struct AsyncExecutor { - pub(crate) inner: Arc, + pub(crate) inner: Arc, } /// A convenience helper for setting parameter values. Any changes made here will be broadcasted to