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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/marker_selection.h b/gtk2_ardour/marker_selection.h
index 1b322d0885..8633685325 100644
--- a/gtk2_ardour/marker_selection.h
+++ b/gtk2_ardour/marker_selection.h
@@ -27,7 +27,7 @@
class MarkerSelection : public std::list<ArdourMarker*>
{
public:
- void range (ARDOUR::framepos_t& start, ARDOUR::framepos_t& end);
+ void range (ARDOUR::samplepos_t& start, ARDOUR::samplepos_t& end);
};
#endif /* __ardour_gtk_marker_selection_h__ */