From 91d92b7ca08befab3dba9a0df628f2a2ec851458 Mon Sep 17 00:00:00 2001 From: thrust26 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: