summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/property_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/pbd/property_list.h')
-rw-r--r--libs/pbd/pbd/property_list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/pbd/pbd/property_list.h b/libs/pbd/pbd/property_list.h
index db7d934fc0..04112bad80 100644
--- a/libs/pbd/pbd/property_list.h
+++ b/libs/pbd/pbd/property_list.h
@@ -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.