Properly revert FormatSpec changes on "cancel"
[ardour.git] / gtk2_ardour / patch_change_dialog.h
index 9a35778986489598ed020ca644d72d7bd5b2d847..8e322a736fef32d23188372faf9fd074dbe46bc7 100644 (file)
@@ -43,14 +43,14 @@ public:
        PatchChangeDialog (
                const ARDOUR::BeatsSamplesConverter *,
                ARDOUR::Session *,
-               Evoral::PatchChange<Evoral::Beats> const &,
+               Evoral::PatchChange<Temporal::Beats> const &,
                ARDOUR::InstrumentInfo&,
                const Gtk::BuiltinStockID &,
                bool allow_delete = false,
                bool modal = true
                );
 
-       Evoral::PatchChange<Evoral::Beats> patch () const;
+       Evoral::PatchChange<Temporal::Beats> patch () const;
 
 protected:
        void on_response (int);