summaryrefslogtreecommitdiff
path: root/include/mbgl/util/uv_detail.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/util/uv_detail.hpp')
-rw-r--r--include/mbgl/util/uv_detail.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/util/uv_detail.hpp b/include/mbgl/util/uv_detail.hpp
index b4b41f31af..3bbfa4ac5a 100644
--- a/include/mbgl/util/uv_detail.hpp
+++ b/include/mbgl/util/uv_detail.hpp
@@ -29,7 +29,7 @@ public:
if (l == nullptr) {
#else
l = new uv_loop_t;
- if (uv_loop_init(&l) != 0) {
+ if (uv_loop_init(l) != 0) {
#endif
throw std::runtime_error("failed to initialize loop");
}