X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fmarker_selection.h;h=1b322d08854dab43934090120f7880a83f381da2;hb=864f9e497dfa6bf6f7ab349e1b2b123e9bc575ba;hp=aa1413ed3e48d00240e21edcbffbbf9b0ef2b424;hpb=badc087263990ecf360792c10e4d9f2d60828d43;p=ardour.git diff --git a/gtk2_ardour/marker_selection.h b/gtk2_ardour/marker_selection.h index aa1413ed3e..1b322d0885 100644 --- a/gtk2_ardour/marker_selection.h +++ b/gtk2_ardour/marker_selection.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2000-2007 Paul Davis + Copyright (C) 2000-2007 Paul Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -24,8 +24,10 @@ #include "marker.h" -struct MarkerSelection : public std::list +class MarkerSelection : public std::list { + public: + void range (ARDOUR::framepos_t& start, ARDOUR::framepos_t& end); }; #endif /* __ardour_gtk_marker_selection_h__ */