summaryrefslogtreecommitdiff
path: root/gtk2_ardour/insert_time_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/insert_time_dialog.h')
-rw-r--r--gtk2_ardour/insert_time_dialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/insert_time_dialog.h b/gtk2_ardour/insert_time_dialog.h
index 15ae77515c..06fbc32b7e 100644
--- a/gtk2_ardour/insert_time_dialog.h
+++ b/gtk2_ardour/insert_time_dialog.h
@@ -28,6 +28,7 @@ public:
InsertTimeDialog (PublicEditor &);
Editing::InsertTimeOption intersected_region_action ();
+ bool all_playlists () const;
bool move_glued () const;
bool move_markers () const;
bool move_glued_markers () const;
@@ -40,6 +41,7 @@ private:
PublicEditor& _editor;
Gtk::ComboBoxText _intersected_combo;
+ Gtk::CheckButton _all_playlists;
Gtk::CheckButton _move_glued;
Gtk::CheckButton _move_markers;
Gtk::CheckButton _move_glued_markers;