summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-06-08 23:24:14 +0000
committerCarl Hetherington <carl@carlh.net>2009-06-08 23:24:14 +0000
commit41c5bff44265579da83f05bab6a72651e4f84de9 (patch)
tree78dada08b3828cd798ed9345535e1399c827d082 /gtk2_ardour/editor.h
parentbf5111c90de3bac2e73a930a1b4c77b719e5c740 (diff)
Allow Insert Time option to move tempos and time sig changes, as per #1951.
git-svn-id: svn://localhost/ardour2/branches/3.0@5132 d708f5d6-7413-0410-9779-e7cbd77b26cf
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 2a28d0fe1b..2528f2054b 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -1172,7 +1172,7 @@ class Editor : public PublicEditor
void quantize_region ();
void do_insert_time ();
- void insert_time (nframes64_t pos, nframes64_t distance, Editing::InsertTimeOption opt, bool ignore_music_glue, bool markers_too);
+ void insert_time (nframes64_t, nframes64_t, Editing::InsertTimeOption, bool, bool, bool);
void tab_to_transient (bool forward);