diff --git a/libs/ardour/ardour/midi_model.h b/libs/ardour/ardour/midi_model.h index dd7cfa1f1d..89ac2c4a88 100644 --- a/libs/ardour/ardour/midi_model.h +++ b/libs/ardour/ardour/midi_model.h @@ -159,6 +159,7 @@ public: /* Currently this class only supports changes of sys-ex time, but could be expanded */ class LIBARDOUR_API SysExDiffCommand : public DiffCommand { public: + SysExDiffCommand (std::shared_ptr m, const std::string& name) : DiffCommand (m, name) {} SysExDiffCommand (std::shared_ptr m, const XMLNode& node); enum Property {