X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fpatch_change_dialog.h;h=ed0f49df34c173097f539e596f769225d7cdb339;hb=23c0452e052fbfb4e2711ef70912f35805f017d5;hp=0d02112091505b899acbea8526e3b78b860777e6;hpb=557f56a7f2173fdf9b01dfb3f3410f227d05f8e2;p=ardour.git diff --git a/gtk2_ardour/patch_change_dialog.h b/gtk2_ardour/patch_change_dialog.h index 0d02112091..ed0f49df34 100644 --- a/gtk2_ardour/patch_change_dialog.h +++ b/gtk2_ardour/patch_change_dialog.h @@ -20,7 +20,7 @@ #include #include -#include "midi++/midnam_patch.h" + #include "evoral/PatchChange.hpp" #include "ardour_dialog.h" #include "audio_clock.h" @@ -45,7 +45,8 @@ public: ARDOUR::Session *, Evoral::PatchChange const &, ARDOUR::InstrumentInfo&, - const Gtk::BuiltinStockID & + const Gtk::BuiltinStockID &, + bool allow_delete = false ); Evoral::PatchChange patch () const;