From a9ec547457bfa65655ee946063426f1ba85b6f91 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 19 Jan 2016 13:38:29 -0500 Subject: mackie: still respond to route groups visibility changes --- libs/ardour/ardour/session.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/ardour/ardour') diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h index afc93a9f76..adadaa26f4 100644 --- a/libs/ardour/ardour/session.h +++ b/libs/ardour/ardour/session.h @@ -349,7 +349,7 @@ class LIBARDOUR_API Session : public PBD::StatefulDestructible, public PBD::Scop /** Emitted when a property of one of our route groups changes. * The parameter is the RouteGroup that has changed. */ - PBD::Signal1 RouteGroupPropertyChanged; + PBD::Signal2 RouteGroupPropertyChanged; /** Emitted when a route is added to one of our route groups. * First parameter is the RouteGroup, second is the route. */ @@ -1560,7 +1560,7 @@ class LIBARDOUR_API Session : public PBD::StatefulDestructible, public PBD::Scop void route_added_to_route_group (RouteGroup *, boost::weak_ptr); void route_removed_from_route_group (RouteGroup *, boost::weak_ptr); - void route_group_property_changed (RouteGroup *); + void route_group_property_changed (RouteGroup *, PBD::PropertyChange); /* SOURCES */ -- cgit v1.2.3