diff options
Diffstat (limited to 'include/mbgl/map/map.hpp')
-rw-r--r-- | include/mbgl/map/map.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/map/map.hpp b/include/mbgl/map/map.hpp index be01b456cc..554962c713 100644 --- a/include/mbgl/map/map.hpp +++ b/include/mbgl/map/map.hpp @@ -156,7 +156,7 @@ private: private: bool async = false; std::shared_ptr<uv::loop> loop; - uv_thread_t thread; + std::unique_ptr<uv::thread> thread; uv_async_t *async_terminate = nullptr; uv_async_t *async_render = nullptr; uv_async_t *async_cleanup = nullptr; |