convert property_foo().set_value(bar) to property_foo() = bar
[ardour.git] / gtk2_ardour / imageframe_view.h
index f652482612480929c36a16f14a4b21f080ff1ed9..d29ba3deb060478bb85b8283eb96fd0099629343 100644 (file)
@@ -27,6 +27,7 @@
 #include <sigc++/signal.h>
 #include <list>
 
+#include "canvas.h"
 #include "enums.h"
 #include "time_axis_view_item.h"
 #include "marker_view.h"
@@ -60,7 +61,7 @@ class ImageFrameView : public TimeAxisViewItem
                 * @param num_channels the number of color channels within rgb_data
                 */
                ImageFrameView(std::string item_id,
-                        Gnome::Canvas::Group *parent,
+                        ArdourCanvas::Group *parent,
                        ImageFrameTimeAxis *tv,
                        ImageFrameTimeAxisGroup* group,
                        double spu,
@@ -205,7 +206,7 @@ class ImageFrameView : public TimeAxisViewItem
                // ------- Our canvas element -----------
                
                /** the CanvasImageFrame to display the image */
-               GnomeCanvasItem* imageframe ;
+               ArdourCanvas::ImageFrame* imageframe ;
                
 } ; /* class ImageFrameView */