summaryrefslogtreecommitdiff
path: root/gtk2_ardour/marker_selection.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/marker_selection.h')
-rw-r--r--gtk2_ardour/marker_selection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/marker_selection.h b/gtk2_ardour/marker_selection.h
index aa1413ed3e..ae6417f6c6 100644
--- a/gtk2_ardour/marker_selection.h
+++ b/gtk2_ardour/marker_selection.h
@@ -26,6 +26,7 @@
struct MarkerSelection : public std::list<Marker*>
{
+ void range (nframes64_t& start, nframes64_t& end);
};
#endif /* __ardour_gtk_marker_selection_h__ */