From 6f08ba92042a60a80d1df5008165fb6be77b9e0b Mon Sep 17 00:00:00 2001
From: Craig McLure <craig@mclure.net>
Date: Thu, 30 Nov 2023 04:32:47 +0000
Subject: [PATCH] ApplySampleChange doesn't have variables

---
 ipc/src/lib.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ipc/src/lib.rs b/ipc/src/lib.rs
index a9e01a48..cdea5e66 100644
--- a/ipc/src/lib.rs
+++ b/ipc/src/lib.rs
@@ -92,7 +92,7 @@ pub enum DaemonCommand {
         value for the Sample in the DaemonStatus object.
     */
     SetSampleGainPct(String, u8),
-    ApplySampleChange(),
+    ApplySampleChange,
 }
 
 #[derive(Debug, Clone, Serialize, Deserialize)]