X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fmarker_selection.h;h=eea0a3a77dad4347e4c41732face89432da993ad;hb=df5e700f90d9fd6c803e8e85c56f3fe8118bc101;hp=ae6417f6c6d9e723daae56a150a72f81e3a25e57;hpb=6f8cd634501efd70711b148b4ac0e0ce2aa5cc95;p=ardour.git diff --git a/gtk2_ardour/marker_selection.h b/gtk2_ardour/marker_selection.h index ae6417f6c6..eea0a3a77d 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,9 +24,9 @@ #include "marker.h" -struct MarkerSelection : public std::list +struct MarkerSelection : public std::list { - void range (nframes64_t& start, nframes64_t& end); + void range (ARDOUR::framepos_t& start, ARDOUR::framepos_t& end); }; #endif /* __ardour_gtk_marker_selection_h__ */