summaryrefslogtreecommitdiff
path: root/gtk2_ardour/insert_remove_time_dialog.h
diff options
context:
space:
mode:
authorColin Fletcher <colin.m.fletcher@googlemail.com>2016-01-19 19:34:41 +0000
committerColin Fletcher <colin.m.fletcher@googlemail.com>2016-02-06 10:21:44 +0000
commitb9a3e33bf74ad39555ef8072ab7e3eb68ddf3987 (patch)
treefabc75a34e0b70d3d1f71035a7963a48dcfe655b /gtk2_ardour/insert_remove_time_dialog.h
parent3b1d1675de4a73d144ec3e895e542abf9a4e06e1 (diff)
Add a simple check for valid duration in 'Insert/Remove Time'
Diffstat (limited to 'gtk2_ardour/insert_remove_time_dialog.h')
-rw-r--r--gtk2_ardour/insert_remove_time_dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/insert_remove_time_dialog.h b/gtk2_ardour/insert_remove_time_dialog.h
index 6fbb575513..ea3b24238e 100644
--- a/gtk2_ardour/insert_remove_time_dialog.h
+++ b/gtk2_ardour/insert_remove_time_dialog.h
@@ -38,6 +38,7 @@ public:
private:
void move_markers_toggled ();
+ void doit ();
PublicEditor& _editor;
Gtk::ComboBoxText _intersected_combo;