summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/actor/mailbox.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/actor/mailbox.hpp b/include/mbgl/actor/mailbox.hpp
index 1327e8e6fe..8ecf91701a 100644
--- a/include/mbgl/actor/mailbox.hpp
+++ b/include/mbgl/actor/mailbox.hpp
@@ -23,7 +23,7 @@ public:
private:
Scheduler& scheduler;
- std::mutex receivingMutex;
+ std::recursive_mutex receivingMutex;
std::mutex pushingMutex;
bool closed { false };