aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/PlatformPixelBuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'vncviewer/PlatformPixelBuffer.h')
-rw-r--r--vncviewer/PlatformPixelBuffer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vncviewer/PlatformPixelBuffer.h b/vncviewer/PlatformPixelBuffer.h
index 498b337f..2c8d3957 100644
--- a/vncviewer/PlatformPixelBuffer.h
+++ b/vncviewer/PlatformPixelBuffer.h
@@ -27,8 +27,8 @@
#endif
#include <list>
+#include <mutex>
-#include <core/Mutex.h>
#include <core/Region.h>
#include <rfb/PixelBuffer.h>
@@ -48,7 +48,7 @@ public:
using rfb::FullFramePixelBuffer::height;
protected:
- core::Mutex mutex;
+ std::mutex mutex;
core::Region damage;
#if !defined(WIN32) && !defined(__APPLE__)