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 abb85e77d5..28b60b521e 100644
--- a/libs/pbd/pbd/property_list.h
+++ b/libs/pbd/pbd/property_list.h
@@ -35,7 +35,7 @@ class LIBPBD_API PropertyList : public std::map<PropertyID, PropertyBase*>
public:
PropertyList ();
PropertyList (PropertyList const &);
-
+
virtual ~PropertyList();
void get_changes_as_xml (XMLNode *);