summaryrefslogtreecommitdiff
path: root/include/mbgl/storage
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-01-08 13:25:56 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-01-13 13:38:12 -0800
commit6f9de6ae47f00ce33f07a05747f8fd3a8277bd2b (patch)
tree59201d483df3a641afa26c812a5b91ee5414958d /include/mbgl/storage
parente9eb29719b6ef99810ef6615c09beb3993880cac (diff)
downloadqtlocation-mapboxgl-6f9de6ae47f00ce33f07a05747f8fd3a8277bd2b.tar.gz
[core] Refactor to instance methods on OnlineFileRequestImpl
Diffstat (limited to 'include/mbgl/storage')
-rw-r--r--include/mbgl/storage/online_file_source.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mbgl/storage/online_file_source.hpp b/include/mbgl/storage/online_file_source.hpp
index 357b1773d7..2164d40032 100644
--- a/include/mbgl/storage/online_file_source.hpp
+++ b/include/mbgl/storage/online_file_source.hpp
@@ -22,6 +22,8 @@ public:
private:
friend class OnlineFileRequest;
+ friend class OnlineFileRequestImpl;
+
void cancel(const Resource&, FileRequest*);
class Impl;