summaryrefslogtreecommitdiff
path: root/platform/node/src/node_request.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/node/src/node_request.hpp')
-rw-r--r--platform/node/src/node_request.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/node/src/node_request.hpp b/platform/node/src/node_request.hpp
index 0621940bb1..a7c2545fc2 100644
--- a/platform/node/src/node_request.hpp
+++ b/platform/node/src/node_request.hpp
@@ -34,7 +34,7 @@ public:
static void New(const Nan::FunctionCallbackInfo<v8::Value>&);
static void HandleCallback(const Nan::FunctionCallbackInfo<v8::Value>&);
- void unref();
+ void unrefRequest();
mbgl::FileSource::Callback callback;
NodeAsyncRequest* asyncRequest;