summaryrefslogtreecommitdiff
path: root/gtk2_ardour/imageframe_time_axis.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/imageframe_time_axis.h')
-rw-r--r--gtk2_ardour/imageframe_time_axis.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/imageframe_time_axis.h b/gtk2_ardour/imageframe_time_axis.h
index 6b2576fe96..52c2f73e67 100644
--- a/gtk2_ardour/imageframe_time_axis.h
+++ b/gtk2_ardour/imageframe_time_axis.h
@@ -138,12 +138,12 @@ class ImageFrameTimeAxis : public VisualTimeAxis
MarkerTimeAxis* remove_named_marker_time_axis(const std::string & track_id, void* src) ;
/**
- * Removes tav from the list of MarkerTimaAxis associated with this ImageFrameTimeAxis
+ * Potentially removes a MarkerTimeAxisView from the list of MarkerTimaAxis associated with this ImageFrameTimeAxis
*
* @param tav the TimeAxis to remove
* @param src the identity of the object that initiated the change
*/
- void remove_time_axis_view(MarkerTimeAxis* tav, void* src) ;
+ void remove_time_axis_view (TimeAxisView* av);
//---------------------------------------------------------------------------------------//