summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/route_time_axis.cc')
-rw-r--r--gtk2_ardour/route_time_axis.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/route_time_axis.cc b/gtk2_ardour/route_time_axis.cc
index 1eba885b44..cb9883b8e6 100644
--- a/gtk2_ardour/route_time_axis.cc
+++ b/gtk2_ardour/route_time_axis.cc
@@ -65,7 +65,7 @@
#include "point_selection.h"
#include "prompter.h"
#include "public_editor.h"
-#include "regionview.h"
+#include "region_view.h"
#include "rgb_macros.h"
#include "selection.h"
#include "simplerect.h"
@@ -815,7 +815,7 @@ RouteTimeAxisView::speed_changed ()
}
void
-RouteTimeAxisView::diskstream_changed (void *src)
+RouteTimeAxisView::diskstream_changed ()
{
Gtkmm2ext::UI::instance()->call_slot (mem_fun(*this, &RouteTimeAxisView::update_diskstream_display));
}