summaryrefslogtreecommitdiff
path: root/include/mbgl/platform/request.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/platform/request.hpp')
-rw-r--r--include/mbgl/platform/request.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/platform/request.hpp b/include/mbgl/platform/request.hpp
index 0cbacf645d..2a231769c1 100644
--- a/include/mbgl/platform/request.hpp
+++ b/include/mbgl/platform/request.hpp
@@ -24,7 +24,7 @@ public:
void complete();
private:
- static void complete(uv_async_t *async);
+ static void complete(uv_async_t *async, int status);
public:
const std::string url;