X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fmarker_selection.h;h=1b322d08854dab43934090120f7880a83f381da2;hb=c4578db595771b5db9572b23cfe3f9a7ebef66c3;hp=d2aacceacfaf4410ea0c0b0f07152f163c134e95;hpb=bb9cc45cd22af67ac275a5e73accbe14fee664d8;p=ardour.git diff --git a/gtk2_ardour/marker_selection.h b/gtk2_ardour/marker_selection.h index d2aacceacf..1b322d0885 100644 --- a/gtk2_ardour/marker_selection.h +++ b/gtk2_ardour/marker_selection.h @@ -24,9 +24,10 @@ #include "marker.h" -struct MarkerSelection : public std::list +class MarkerSelection : public std::list { - void range (nframes64_t& start, nframes64_t& end); + public: + void range (ARDOUR::framepos_t& start, ARDOUR::framepos_t& end); }; #endif /* __ardour_gtk_marker_selection_h__ */