summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/stateful.h
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2007-06-17 00:47:33 +0000
committerTim Mayberry <mojofunk@gmail.com>2007-06-17 00:47:33 +0000
commit4b95621853072c44b1df698df8a96d7d9167319f (patch)
treeef9434308e8a8eafa5538443d216d54aa02d6982 /libs/pbd/pbd/stateful.h
parent0ce6fa247d68bcea7418f7e682d1b5e31d0c08ce (diff)
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
Diffstat (limited to 'libs/pbd/pbd/stateful.h')
-rw-r--r--libs/pbd/pbd/stateful.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/pbd/pbd/stateful.h b/libs/pbd/pbd/stateful.h
index a3cc651eab..fed078c802 100644
--- a/libs/pbd/pbd/stateful.h
+++ b/libs/pbd/pbd/stateful.h
@@ -25,6 +25,8 @@
class XMLNode;
+namespace PBD {
+
class Stateful {
public:
Stateful();
@@ -49,5 +51,7 @@ class Stateful {
PBD::ID _id;
};
+} // namespace PBD
+
#endif /* __pbd_stateful_h__ */