From 6920160d8165877cdb17c780d118e6f5b0bf709a Mon Sep 17 00:00:00 2001
From: thrust26 <tjentzsch@yahoo.de>
Date: Mon, 6 May 2024 20:44:01 +0200
Subject: [PATCH] fixed compile error

---
 src/gui/QuadTariDialog.hxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gui/QuadTariDialog.hxx b/src/gui/QuadTariDialog.hxx
index bb1485dde..d2a3c8cf5 100644
--- a/src/gui/QuadTariDialog.hxx
+++ b/src/gui/QuadTariDialog.hxx
@@ -44,7 +44,7 @@ class QuadTariDialog: public Dialog
     void setDefaults() override;
 
     void loadControllerProperties(const Properties& props);
-    void QuadTariDialog::defineController(const Properties& props, PropType key,
+    void defineController(const Properties& props, PropType key,
       Controller::Jack jack, PopUpWidget* popup, StaticTextWidget* label, bool first = true);
 
   private: