GUI limitation: Require engine to add/remove tracks/busses
[ardour.git] / gtk2_ardour / marker_selection.h
index 1b322d08854dab43934090120f7880a83f381da2..863368532573e8689ac0841d0edd1854869d3893 100644 (file)
@@ -27,7 +27,7 @@
 class MarkerSelection : public std::list<ArdourMarker*>
 {
        public:
-               void range (ARDOUR::framepos_t& start, ARDOUR::framepos_t& end);
+               void range (ARDOUR::samplepos_t& start, ARDOUR::samplepos_t& end);
 };
 
 #endif /* __ardour_gtk_marker_selection_h__ */