Move Stateful class declared in pbd/stateful.h into the PBD namespace

git-svn-id: svn://localhost/ardour2/trunk@2011 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Tim Mayberry 2007-06-17 00:47:33 +00:00
parent 0ce6fa247d
commit 4b95621853
11 changed files with 17 additions and 11 deletions

View file

@ -34,7 +34,7 @@
using std::vector;
using std::string;
class Keyboard : public sigc::trackable, Stateful
class Keyboard : public sigc::trackable, PBD::Stateful
{
public:
Keyboard ();