mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
No-op: rename a few variables and add/fix some comments.
git-svn-id: svn://localhost/ardour2/branches/3.0@6818 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
afc5e3bd02
commit
50dd880d7e
16 changed files with 107 additions and 55 deletions
|
|
@ -175,7 +175,7 @@ Stateful::diff (PropertyList& before, PropertyList& after) const
|
|||
}
|
||||
|
||||
/** Set state of some/all _properties from an XML node.
|
||||
* @param node Node.
|
||||
* @param owner_state Node.
|
||||
* @return PropertyChanges made.
|
||||
*/
|
||||
PropertyChange
|
||||
|
|
@ -224,7 +224,7 @@ Stateful::set_properties (const PropertyList& property_list)
|
|||
}
|
||||
|
||||
/** Add property states to an XML node.
|
||||
* @param node Node.
|
||||
* @param owner_state Node.
|
||||
*/
|
||||
void
|
||||
Stateful::add_properties (XMLNode& owner_state)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue