add abort() to non-reached code
[ardour.git] / libs / midi++2 / midi++ / mmc.h
index ffabf863a063482bc09ce7b581c40347f5c51a63..b52f4bded88325fbc245cf190b355abc6534c3ff 100644 (file)
@@ -107,7 +107,7 @@ class LIBMIDIPP_API MachineControl
        byte send_device_id () const { return _send_device_id; }
        void enable_send (bool);
        bool send_enabled () const { return _enable_send; }
-       void send (MachineControlCommand const &);
+       void send (MachineControlCommand const &, timestamp_t when);
 
        static bool is_mmc (byte *sysex_buf, size_t len);