mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
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:
parent
0ce6fa247d
commit
4b95621853
11 changed files with 17 additions and 11 deletions
|
|
@ -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 ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue