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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/pbd/pbd/property_list.h b/libs/pbd/pbd/property_list.h
index af9d10b88f..db7d934fc0 100644
--- a/libs/pbd/pbd/property_list.h
+++ b/libs/pbd/pbd/property_list.h
@@ -27,6 +27,8 @@
class XMLNode;
namespace PBD {
+
+/** A list of properties, mapped using their ID */
class PropertyList : public std::map<PropertyID, PropertyBase*>
{
public:
@@ -37,7 +39,7 @@ public:
void add_history_state (XMLNode* before);
/** Add a property (of some kind) to the list. Used when
- constructing PropertyList's that describe a change/operation.
+ constructing PropertyLists that describe a change/operation.
*/
bool add (PropertyBase* prop);