Expose mixer window screenshot method as Lua binding
[ardour.git] / gtk2_ardour / patch_change_dialog.cc
index 961f91b512052ab15916adb54d266591b6d450fd..8f587580acd47827259c5dc3f5bb9810b1174a11 100644 (file)
@@ -42,12 +42,12 @@ using namespace Gtkmm2ext;
 /** @param tc If non-0, a time converter for this patch change.  If 0, time control will be desensitized */
 PatchChangeDialog::PatchChangeDialog (
        const ARDOUR::BeatsSamplesConverter*        tc,
-       ARDOUR::Session*                           session,
-       Evoral::PatchChange<Temporal::Beats> const & patch,
-       ARDOUR::InstrumentInfo&                    info,
-       const Gtk::BuiltinStockID&                 ok,
-       bool                                       allow_delete,
-       bool                                       modal)
+       ARDOUR::Session*                            session,
+       Evoral::PatchChange<Temporal::Beats> const& patch,
+       ARDOUR::InstrumentInfo&                     info,
+       const Gtk::BuiltinStockID&                  ok,
+       bool                                        allow_delete,
+       bool                                        modal)
        : ArdourDialog (_("Patch Change"), modal)
        , _time_converter (tc)
        , _info (info)