mirror of
https://github.com/etlegacy/Update-Installer.git
synced 2024-11-26 13:51:11 +00:00
Fix Mac compilation
Use correct return type for ProcessUtils::runElevatedMac()
This commit is contained in:
parent
8b757692b1
commit
4391ea7a60
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue