aboutsummaryrefslogtreecommitdiffstats
path: root/include/mbgl/storage/database_file_source.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/storage/database_file_source.hpp')
-rw-r--r--include/mbgl/storage/database_file_source.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mbgl/storage/database_file_source.hpp b/include/mbgl/storage/database_file_source.hpp
index 7f3d84a18..cc492709b 100644
--- a/include/mbgl/storage/database_file_source.hpp
+++ b/include/mbgl/storage/database_file_source.hpp
@@ -231,6 +231,7 @@ public:
explicit DatabaseFileSource(const ResourceOptions& options);
~DatabaseFileSource() override;
+private:
// JointDatabaseStorage overrides
void setDatabasePath(const std::string&, std::function<void()> callback) override;
void resetDatabase(std::function<void(std::exception_ptr)>) override;