Add test_search_path to find test files in MidnamTest
[ardour.git] / gtk2_ardour / patch_change_dialog.h
index 0d02112091505b899acbea8526e3b78b860777e6..ed0f49df34c173097f539e596f769225d7cdb339 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <gtkmm/spinbutton.h>
 #include <gtkmm/comboboxtext.h>
-#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<Evoral::MusicalTime> const &,
                ARDOUR::InstrumentInfo&,
-               const Gtk::BuiltinStockID &
+               const Gtk::BuiltinStockID &,
+               bool allow_delete = false
                );
 
        Evoral::PatchChange<Evoral::MusicalTime> patch () const;