mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 04:06:26 +01:00
Replace spaces with tabs in pbd/stateful.h
This commit is contained in:
parent
3c4e9cb64e
commit
9e4dc284ee
1 changed files with 15 additions and 17 deletions
|
|
@ -78,12 +78,10 @@ class LIBPBD_API Stateful {
|
|||
virtual void rdiff (std::vector<Command*> &) const;
|
||||
bool changed() const;
|
||||
|
||||
/* create a property list from an XMLNode
|
||||
*/
|
||||
/* create a property list from an XMLNode */
|
||||
virtual PropertyList* property_factory (const XMLNode&) const;
|
||||
|
||||
/* How stateful's notify of changes to their properties
|
||||
*/
|
||||
/* How stateful's notify of changes to their properties */
|
||||
PBD::Signal1<void,const PropertyChange&> PropertyChanged;
|
||||
|
||||
static int current_state_version;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue