Put ARDOUR::SystemExec implementation inside ARDOUR namespace in source file

This commit is contained in:
Tim Mayberry 2015-12-07 19:30:48 +10:00
parent 6c2aa7ffc5
commit 937a175898

View File

@ -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