Include gtkmm2ext/gtk_ui.h
[ardour.git] / gtk2_ardour / time_axis_view_item.h
index cf74736479eb76be2da3d781bd2710f4a69912ee..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(std::string 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));
     
     /**