GUI limitation: Require engine to add/remove tracks/busses
[ardour.git] / gtk2_ardour / marker_selection.h
index d2aacceacfaf4410ea0c0b0f07152f163c134e95..863368532573e8689ac0841d0edd1854869d3893 100644 (file)
 
 #include "marker.h"
 
-struct MarkerSelection : public std::list<Marker*>
+class MarkerSelection : public std::list<ArdourMarker*>
 {
-    void range (nframes64_t& start, nframes64_t& end);
+       public:
+               void range (ARDOUR::samplepos_t& start, ARDOUR::samplepos_t& end);
 };
 
 #endif /* __ardour_gtk_marker_selection_h__ */