mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-13 01:56:34 +01:00
Fix indentation and make comment style consistent in PBD::PropertyList header
This commit is contained in:
parent
4d9690930a
commit
f1a4767ac5
1 changed files with 13 additions and 13 deletions
|
|
@ -38,11 +38,11 @@ public:
|
||||||
|
|
||||||
virtual ~PropertyList();
|
virtual ~PropertyList();
|
||||||
|
|
||||||
void get_changes_as_xml (XMLNode *);
|
void get_changes_as_xml (XMLNode*);
|
||||||
void invert ();
|
void invert ();
|
||||||
|
|
||||||
/** Add a property (of some kind) to the list. Used when
|
/* Add a property (of some kind) to the list. Used when
|
||||||
constructing PropertyLists that describe a change/operation.
|
* constructing PropertyLists that describe a change/operation.
|
||||||
*/
|
*/
|
||||||
bool add (PropertyBase* prop);
|
bool add (PropertyBase* prop);
|
||||||
|
|
||||||
|
|
@ -57,7 +57,7 @@ protected:
|
||||||
bool _property_owner;
|
bool _property_owner;
|
||||||
};
|
};
|
||||||
|
|
||||||
/** A variant of PropertyList that does not delete its
|
/* A variant of PropertyList that does not delete its
|
||||||
* property list in its destructor. Objects with their
|
* property list in its destructor. Objects with their
|
||||||
* own Properties store them in an OwnedPropertyList
|
* own Properties store them in an OwnedPropertyList
|
||||||
* to avoid having them deleted at the wrong time.
|
* to avoid having them deleted at the wrong time.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue