summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-01-18 17:30:55 +0100
committerRobin Gareus <robin@gareus.org>2017-01-18 17:31:42 +0100
commitd650b3c29208ea57a24618e13f4787b74476f908 (patch)
treec602587ae95ab25d6bde65eab529ef46136e00ba /gtk2_ardour/editor.h
parent6a486c0bf5d2553d6134524f994aa2c8f8e60871 (diff)
prepare for musical-time preroll
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index d34a40cda8..14151b95ff 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -261,7 +261,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
bool extend_selection_to_track (TimeAxisView&);
void play_selection ();
- framepos_t get_preroll ();
+ framepos_t get_preroll (framepos_t);
void maybe_locate_with_edit_preroll (framepos_t);
void play_with_preroll ();
void rec_with_preroll ();