summaryrefslogtreecommitdiff
path: root/gtk2_ardour/marker_selection.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-09-19 14:38:46 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-09-19 14:38:46 +0000
commit6f8cd634501efd70711b148b4ac0e0ce2aa5cc95 (patch)
tree07df4b771792ec9a0b8ba7c8c01db0234f1efe22 /gtk2_ardour/marker_selection.h
parent60f588f21d6ad62335d72e8dc682abf8859107ea (diff)
chris goddard's region list patch; port 2.X marker drag/move changes to 3.0; compilation fixes-post-evoral
git-svn-id: svn://localhost/ardour2/branches/3.0@3760 d708f5d6-7413-0410-9779-e7cbd77b26cf
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__ */