fixes for 98% of all the warnings/errors reported by OS X gcc on tiger
[ardour.git] / gtk2_ardour / time_axis_view_item.cc
index ce2e6c148522955a9542d32402fb1cb0dace7e66..d9b0bfa2cf42c972612d6ea9953f7a898df24afa 100644 (file)
@@ -109,7 +109,7 @@ TimeAxisViewItem::TimeAxisViewItem(
 }
 
 TimeAxisViewItem::TimeAxisViewItem (const TimeAxisViewItem& other)
-       : sigc::trackable(other)
+       : Selectable (other)
        , PBD::ScopedConnectionList()
        , trackview (other.trackview)
        , _recregion (other._recregion)