summaryrefslogtreecommitdiff
path: root/libs/ardour/session.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/session.cc')
-rw-r--r--libs/ardour/session.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/session.cc b/libs/ardour/session.cc
index 3da7f6c071..115f720333 100644
--- a/libs/ardour/session.cc
+++ b/libs/ardour/session.cc
@@ -5638,9 +5638,9 @@ Session::solo_control_mode_changed ()
/** Called when a property of one of our route groups changes */
void
-Session::route_group_property_changed (RouteGroup* rg)
+Session::route_group_property_changed (RouteGroup* rg, PropertyChange pc)
{
- RouteGroupPropertyChanged (rg); /* EMIT SIGNAL */
+ RouteGroupPropertyChanged (rg, pc); /* EMIT SIGNAL */
}
/** Called when a route is added to one of our route groups */