add a C++ lifetime MementoCommand API
[ardour.git] / libs / ardour / ardour / automation_list.h
index 37a30acd0305c28b9600a17525447441e6b4cd2e..f317820b7f6adb15977087cdd1ffff8aa9166acc 100644 (file)
@@ -111,6 +111,8 @@ class LIBARDOUR_API AutomationList : public PBD::StatefulDestructible, public Ev
        XMLNode& state (bool full);
        XMLNode& serialize_events ();
 
+       Command* memento_command (XMLNode* before, XMLNode* after);
+
        bool operator!= (const AutomationList &) const;
 
        XMLNode* before () { return _before; }