Whitespace fixes in pbd/stateful.h

git-svn-id: svn://localhost/ardour2/trunk@2010 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Tim Mayberry 2007-06-17 00:47:24 +00:00
parent c82d65b22f
commit 0ce6fa247d

View file

@ -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__ */