Fix crossfade undo using the stateful diff system. Fixes #3257.
[ardour.git] / libs / pbd / pbd / stateful.h
index 5c1f079bc6d47240e1d9b0d47a9882dbd6545502..735ffbdc4a68ab8f4d97bb340ee1be9549adfebb 100644 (file)
@@ -70,7 +70,7 @@ class Stateful {
        void clear_changes ();
        virtual void clear_owned_changes ();
         PropertyList* get_changes_as_properties (Command *) const;
-       virtual void rdiff (std::vector<StatefulDiffCommand*> &) const;
+       virtual void rdiff (std::vector<Command*> &) const;
         bool changed() const;
 
         /* create a property list from an XMLNode