summaryrefslogtreecommitdiff
path: root/libs/surfaces/faderport/faderport.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/surfaces/faderport/faderport.h')
-rw-r--r--libs/surfaces/faderport/faderport.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/surfaces/faderport/faderport.h b/libs/surfaces/faderport/faderport.h
index 025cf09e00..d0a4d915f0 100644
--- a/libs/surfaces/faderport/faderport.h
+++ b/libs/surfaces/faderport/faderport.h
@@ -302,9 +302,9 @@ class FaderPort : public ARDOUR::ControlProtocol, public AbstractUI<FaderPortReq
PBD::ScopedConnectionList route_connections;
void map_route_state ();
- void map_solo (bool,void*,bool);
- void map_listen (void*,bool);
- void map_mute (void*);
+ void map_solo ();
+ void map_listen ();
+ void map_mute ();
void map_recenable ();
void map_gain ();
void map_cut ();