Gnome::Canvas -> ArdourCanvas and some other small fixes
[ardour.git] / gtk2_ardour / marker_view.h
index 10f94b7a34703c35e43eec9e8dbcfc8330311732..a3e7dc3feac2d81cffa63276dfc80fd1a9113312 100644 (file)
 
 #include <string>
 #include <gtkmm.h>
-#include <libgnomecanvas/libgnomecanvas.h>
 #include "time_axis_view_item.h"
 
+#include "canvas.h"
+
 class MarkerTimeAxisView ;
 class ImageFrameView ;
 
@@ -54,7 +55,7 @@ class MarkerView : public TimeAxisViewItem
                 * @param start the start time of this item
                 * @param duration the duration of this item
                 */
-               MarkerView(GnomeCanvasGroup *parent,
+                 MarkerView(ArdourCanvas::Group *parent,
                        TimeAxisView *tv,
                        ImageFrameView* marked,
                        double spu,