Fix Mac compilation

Use correct return type for ProcessUtils::runElevatedMac()
This commit is contained in:
Robert Knight 2011-08-26 18:35:25 +01:00
parent 8b757692b1
commit 4391ea7a60
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ int ProcessUtils::runElevatedLinux(const std::string& executable,
#endif
#ifdef PLATFORM_MAC
void ProcessUtils::runElevatedMac(const std::string& executable,
int ProcessUtils::runElevatedMac(const std::string& executable,
const std::list<std::string>& args)
{
// request elevation using the Security Service.