summaryrefslogtreecommitdiff
path: root/gtk2_ardour/patch_change_dialog.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-12-22 18:27:33 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-12-22 18:27:33 +0000
commit76d85fb411127ead58155085b9b7d4c08d895113 (patch)
treecad49410d9268ea8e1da297ff745d198bb3bc310 /gtk2_ardour/patch_change_dialog.h
parent1d7e9daea431466cb4efb1ec2789009109daba02 (diff)
add Delete button to patch change dialog when editing it
git-svn-id: svn://localhost/ardour2/branches/3.0@13710 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/patch_change_dialog.h')
-rw-r--r--gtk2_ardour/patch_change_dialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/patch_change_dialog.h b/gtk2_ardour/patch_change_dialog.h
index 0d02112091..c462ff0c77 100644
--- a/gtk2_ardour/patch_change_dialog.h
+++ b/gtk2_ardour/patch_change_dialog.h
@@ -45,7 +45,8 @@ public:
ARDOUR::Session *,
Evoral::PatchChange<Evoral::MusicalTime> const &,
ARDOUR::InstrumentInfo&,
- const Gtk::BuiltinStockID &
+ const Gtk::BuiltinStockID &,
+ bool allow_delete = false
);
Evoral::PatchChange<Evoral::MusicalTime> patch () const;