mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 21:25:46 +01:00
Whitespace fixes in pbd/stateful.h
git-svn-id: svn://localhost/ardour2/trunk@2010 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c82d65b22f
commit
0ce6fa247d
1 changed files with 2 additions and 2 deletions
|
|
@ -41,12 +41,12 @@ class Stateful {
|
|||
|
||||
virtual void add_instant_xml (XMLNode&, const std::string& dir);
|
||||
XMLNode *instant_xml (const std::string& str, const std::string& dir);
|
||||
const PBD::ID& id() const { return _id; }
|
||||
const PBD::ID& id() const { return _id; }
|
||||
|
||||
protected:
|
||||
XMLNode *_extra_xml;
|
||||
XMLNode *_instant_xml;
|
||||
PBD::ID _id;
|
||||
PBD::ID _id;
|
||||
};
|
||||
|
||||
#endif /* __pbd_stateful_h__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue