summaryrefslogtreecommitdiff
path: root/libs/ardour/system_exec.cc
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2015-12-07 19:30:48 +1000
committerTim Mayberry <mojofunk@gmail.com>2016-09-13 14:32:22 +1000
commit937a175898b349ee6f6b87db07d2865012b9cf3a (patch)
tree5c46861111904e1505f138686a0afe93f675c446 /libs/ardour/system_exec.cc
parent6c2aa7ffc5bbc55b524601ca05a23d90bb303e0e (diff)
Put ARDOUR::SystemExec implementation inside ARDOUR namespace in source file
Diffstat (limited to 'libs/ardour/system_exec.cc')
-rw-r--r--libs/ardour/system_exec.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/ardour/system_exec.cc b/libs/ardour/system_exec.cc
index b85b2347ae..aec8956422 100644
--- a/libs/ardour/system_exec.cc
+++ b/libs/ardour/system_exec.cc
@@ -25,7 +25,7 @@
#include "ardour/filesystem_paths.h"
#include "ardour/system_exec.h"
-using namespace ARDOUR;
+namespace ARDOUR {
char * SystemExec::_vfork_exec_wrapper = NULL;
@@ -78,3 +78,5 @@ SystemExec::SystemExec (std::string c, const std::map<char, std::string> subs)
}
SystemExec::~SystemExec() { }
+
+} // namespace ARDOUR