summaryrefslogtreecommitdiff
path: root/libs/pbd/stateful.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/stateful.cc')
-rw-r--r--libs/pbd/stateful.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/pbd/stateful.cc b/libs/pbd/stateful.cc
index 786410e817..175a9c77bd 100644
--- a/libs/pbd/stateful.cc
+++ b/libs/pbd/stateful.cc
@@ -26,7 +26,7 @@
#include "i18n.h"
-using namespace PBD;
+namespace PBD {
Stateful::Stateful ()
{
@@ -134,3 +134,5 @@ Stateful::instant_xml (const string& str, const string& dir)
return 0;
}
+
+} // namespace PBD