summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/stateful.h
diff options
context:
space:
mode:
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__ */