X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fsystem_exec.cc;h=aec89564223511a08834ca51b2e180850d16e010;hb=c399954148b9a3c619ed56f14d12836bc0700ceb;hp=b85b2347aebb76d9e8001f1a76d4914bc0dbb195;hpb=cf1ab3391f374e45557bb6bf57036bf3ec6d2d90;p=ardour.git 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 subs) } SystemExec::~SystemExec() { } + +} // namespace ARDOUR