Replace spaces with tabs in pbd/stateful.h

This commit is contained in:
Tim Mayberry 2015-11-06 20:04:48 +10:00
parent 3c4e9cb64e
commit 9e4dc284ee

View file

@ -78,12 +78,10 @@ class LIBPBD_API Stateful {
virtual void rdiff (std::vector<Command*> &) const; virtual void rdiff (std::vector<Command*> &) const;
bool changed() 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; 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; PBD::Signal1<void,const PropertyChange&> PropertyChanged;
static int current_state_version; static int current_state_version;