Include gtkmm2ext/gtk_ui.h
[ardour.git] / gtk2_ardour / time_axis_view_item.h
index ca3a980a552dab839044699f47336d4038fa2cf4..d33738cc8b55c397eb4b1a02df19289f8af6d785 100644 (file)
@@ -340,7 +340,7 @@ class TimeAxisViewItem : public sigc::trackable, public Selectable
      * @param start the start point of this item
      * @param duration the duration of this item
      */
-    TimeAxisViewItem(ARDOUR::stringcr_t it_name, ArdourCanvas::Group& parent, TimeAxisView& tv, double spu, Gdk::Color& base_color, 
+    TimeAxisViewItem(const std::string & it_name, ArdourCanvas::Group& parent, TimeAxisView& tv, double spu, Gdk::Color& base_color, 
                     jack_nframes_t start, jack_nframes_t duration, Visibility v = Visibility (0));
     
     /**