summaryrefslogtreecommitdiff
path: root/include/mbgl/storage
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-01-08 14:37:31 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-01-13 13:43:05 -0800
commit618902e06ca1287920154e81f3f95779fe9c96f4 (patch)
tree2f21980dbb2b3d2a52a6bbe3d04150bb941c31de /include/mbgl/storage
parent716a9c92cbfd75323dab2514c608fbe7563f5b70 (diff)
downloadqtlocation-mapboxgl-618902e06ca1287920154e81f3f95779fe9c96f4.tar.gz
[core] Remove request coalescing in OnlineFileSource
Diffstat (limited to 'include/mbgl/storage')
-rw-r--r--include/mbgl/storage/online_file_source.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/storage/online_file_source.hpp b/include/mbgl/storage/online_file_source.hpp
index 1725af844d..e5253bc3fe 100644
--- a/include/mbgl/storage/online_file_source.hpp
+++ b/include/mbgl/storage/online_file_source.hpp
@@ -24,7 +24,7 @@ private:
friend class OnlineFileRequest;
friend class OnlineFileRequestImpl;
- void cancel(const Resource&, FileRequest*);
+ void cancel(FileRequest*);
class Impl;
const std::unique_ptr<util::Thread<Impl>> thread;