X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fmarker_selection.h;h=1b322d08854dab43934090120f7880a83f381da2;hb=331d9f7154267ee7efea0f51fb140828d308fd9a;hp=eea0a3a77dad4347e4c41732face89432da993ad;hpb=10bdce85a0e7381d1b5db38e3640600c6fd3ec79;p=ardour.git diff --git a/gtk2_ardour/marker_selection.h b/gtk2_ardour/marker_selection.h index eea0a3a77d..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 (ARDOUR::framepos_t& start, ARDOUR::framepos_t& end); + public: + void range (ARDOUR::framepos_t& start, ARDOUR::framepos_t& end); }; #endif /* __ardour_gtk_marker_selection_h__ */