summaryrefslogtreecommitdiff
path: root/include/mbgl/storage/default/request.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/storage/default/request.hpp')
-rw-r--r--include/mbgl/storage/default/request.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mbgl/storage/default/request.hpp b/include/mbgl/storage/default/request.hpp
index 528a49f748..81ed14a568 100644
--- a/include/mbgl/storage/default/request.hpp
+++ b/include/mbgl/storage/default/request.hpp
@@ -33,8 +33,8 @@ public:
void cancel();
private:
- static void notifyCallback(uv_async_t *async, int);
- static void cancelCallback(uv_async_t *async, int);
+ static void notifyCallback(uv_async_t *async);
+ static void cancelCallback(uv_async_t *async);
private:
uv_async_t *notify_async = nullptr;