Rename various things in the property system.
[ardour.git] / libs / pbd / pbd / property_list.h
index db7d934fc0431367e7e92303b714fa25f2ced292..04112bad80001f26274349bf4ce1c98f30bf1699 100644 (file)
@@ -36,7 +36,7 @@ public:
         
        virtual ~PropertyList();
 
-        void add_history_state (XMLNode* before);
+        void get_changes (XMLNode *);
 
         /** Add a property (of some kind) to the list. Used when
             constructing PropertyLists that describe a change/operation.