clear_history -> clear_changes and some comments.
[ardour.git] / libs / pbd / pbd / stateful.h
index 050540dcd14b1d82889cd30e5c53740d1b591120..5c1f079bc6d47240e1d9b0d47a9882dbd6545502 100644 (file)
@@ -67,8 +67,8 @@ class Stateful {
 
         /* history management */
 
-       void clear_history ();
-       virtual void clear_owned_history ();
+       void clear_changes ();
+       virtual void clear_owned_changes ();
         PropertyList* get_changes_as_properties (Command *) const;
        virtual void rdiff (std::vector<StatefulDiffCommand*> &) const;
         bool changed() const;