summaryrefslogtreecommitdiff
path: root/include/mbgl/storage/default_file_source.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/storage/default_file_source.hpp')
-rw-r--r--include/mbgl/storage/default_file_source.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mbgl/storage/default_file_source.hpp b/include/mbgl/storage/default_file_source.hpp
index 235e738254..ab9c2bc6a0 100644
--- a/include/mbgl/storage/default_file_source.hpp
+++ b/include/mbgl/storage/default_file_source.hpp
@@ -29,6 +29,9 @@ public:
bool supportsOptionalRequests() const override {
return true;
}
+
+ void setAPIBaseURL(const std::string&);
+ std::string getAPIBaseURL() const;
void setAccessToken(const std::string&);
std::string getAccessToken() const;