diff options
Diffstat (limited to 'source/Plugins/Platform/MacOSX/PlatformAppleSimulator.cpp')
| -rw-r--r-- | source/Plugins/Platform/MacOSX/PlatformAppleSimulator.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Plugins/Platform/MacOSX/PlatformAppleSimulator.cpp b/source/Plugins/Platform/MacOSX/PlatformAppleSimulator.cpp index eea2844d5649..a5f165e1f925 100644 --- a/source/Plugins/Platform/MacOSX/PlatformAppleSimulator.cpp +++ b/source/Plugins/Platform/MacOSX/PlatformAppleSimulator.cpp @@ -252,7 +252,7 @@ FileSpec  PlatformAppleSimulator::GetCoreSimulatorPath()  {  #if defined(__APPLE__) -    Mutex::Locker locker (m_mutex); +    std::lock_guard<std::mutex> guard(m_mutex);      if (!m_core_simulator_framework_path.hasValue())      {          const char *developer_dir = GetDeveloperDirectory();  | 
