From 6a971e645dba4458e0f82ee82dba409fe0a64d41 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 19 Sep 2014 22:50:50 -0400 Subject: use new ARDOUR::Location signals in GUI Conflicts: gtk2_ardour/editor_markers.cc --- gtk2_ardour/editor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/editor.h') diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h index cadde181b5..e07ab4b80a 100644 --- a/gtk2_ardour/editor.h +++ b/gtk2_ardour/editor.h @@ -569,7 +569,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD Gtk::VBox scrollers_rulers_markers_box; void location_changed (ARDOUR::Location *); - void location_flags_changed (ARDOUR::Location *, void *); + void location_flags_changed (ARDOUR::Location *); void refresh_location_display (); void refresh_location_display_internal (ARDOUR::Locations::LocationList&); void add_new_location (ARDOUR::Location *); -- cgit v1.2.3