summaryrefslogtreecommitdiffstats
path: root/core/object/object.h
diff options
context:
space:
mode:
authorPedro J. Estébanez <pedrojrulez@gmail.com>2023-11-17 20:44:38 +0100
committerPedro J. Estébanez <pedrojrulez@gmail.com>2023-11-18 11:56:05 +0100
commitfe4850c0d0e8eed3fe851007c667206684aab0fc (patch)
treec71ad807d00a3ed83a8f73dd630b62ed76cca211 /core/object/object.h
parentad72de508363ca8d10c6b148be44a02cdf12be13 (diff)
downloadredot-engine-fe4850c0d0e8eed3fe851007c667206684aab0fc.tar.gz
Use mingw-std-threads in MinGW builds
Diffstat (limited to 'core/object/object.h')
-rw-r--r--core/object/object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/object/object.h b/core/object/object.h
index 7b53fcaa41..fdd1c0b267 100644
--- a/core/object/object.h
+++ b/core/object/object.h
@@ -656,7 +656,7 @@ private:
friend class RefCounted;
bool type_is_reference = false;
- std::mutex _instance_binding_mutex;
+ BinaryMutex _instance_binding_mutex;
struct InstanceBinding {
void *binding = nullptr;
void *token = nullptr;