summaryrefslogtreecommitdiff
path: root/gtk2_ardour/imageframe_time_axis.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-12-25 21:06:52 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-12-25 21:06:52 +0000
commitb6f4cdaea27fbf49f924b2684d4c638089314067 (patch)
tree4328e93333d13eccadc18455ba32a7293d3cbd73 /gtk2_ardour/imageframe_time_axis.h
parentf53cbaede885cd52b8fee59890e33575a4fc11fa (diff)
rationalize destruction pathway (some more); tidy-ify some ImageFrame code
git-svn-id: svn://localhost/ardour2/branches/3.0@6398 d708f5d6-7413-0410-9779-e7cbd77b26cf
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);
//---------------------------------------------------------------------------------------//