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