clear_history -> clear_changes and some comments.
[ardour.git] / libs / ardour / ardour / playlist.h
index 50ddd224695e616cc85c26140ffa059ff39b3b10..43cb80418a50bfd2201777602b2bd140a285f76f 100644 (file)
@@ -89,7 +89,7 @@ public:
        virtual ~Playlist ();
 
         void update (const RegionListProperty::ChangeRecord&);
-        void clear_owned_history ();
+        void clear_owned_changes ();
         void rdiff (std::vector<PBD::StatefulDiffCommand*>&) const;
 
        boost::shared_ptr<Region> region_by_id (const PBD::ID&);