summaryrefslogtreecommitdiff
path: root/gtk2_ardour/marker_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/marker_view.h')
-rw-r--r--gtk2_ardour/marker_view.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/marker_view.h b/gtk2_ardour/marker_view.h
index 1c69bdb334..3e5645bea5 100644
--- a/gtk2_ardour/marker_view.h
+++ b/gtk2_ardour/marker_view.h
@@ -23,7 +23,7 @@
#include <string>
#include <gtkmm.h>
-#include <gtk-canvas.h>
+#include <libgnomecanvas/libgnomecanvas.h>
#include "time_axis_view_item.h"
class MarkerTimeAxisView ;
@@ -54,7 +54,7 @@ class MarkerView : public TimeAxisViewItem
* @param start the start time of this item
* @param duration the duration of this item
*/
- MarkerView(GtkCanvasGroup *parent,
+ MarkerView(GnomeCanvasGroup *parent,
TimeAxisView *tv,
ImageFrameView* marked,
double spu,