summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-10-16 22:06:56 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-10-16 22:06:56 -0400
commite5888d398350b26ba2cdc634cc9791e90b4fc6b6 (patch)
tree54f485ea56d034ecba01938fbc680b12884fc136 /gtk2_ardour/editor.h
parent18850253e9f0034fad132e0da07a2651ce041450 (diff)
parentda5a49067839ec32a016bf1b66c3808ad7cbf699 (diff)
merge with master and fix 2 conflicts
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 566586ebe4..c427429897 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -895,7 +895,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
void toggle_ruler_video (bool onoff) {ruler_video_action->set_active(onoff);}
int videotl_bar_height; /* in units of timebar_height; default: 4 */
int get_videotl_bar_height () const { return videotl_bar_height; }
- void export_video ();
+ void export_video (bool range = false);
void toggle_region_video_lock ();
Gtk::VBox time_bars_vbox;