Skip to content

Commit

Permalink
Parameter names in local_file_request.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
tdcosta100 committed Oct 2, 2024
1 parent e6a26c3 commit 6a0e949
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions platform/default/include/mbgl/storage/local_file_request.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ template <typename>
class ActorRef;
class FileSourceRequest;

void requestLocalFile(const std::string&,
const ActorRef<FileSourceRequest>&,
const std::optional<std::pair<uint64_t, uint64_t>>& = std::nullopt);
void requestLocalFile(const std::string& path,
const ActorRef<FileSourceRequest>& req,
const std::optional<std::pair<uint64_t, uint64_t>>& dataRange = std::nullopt);

} // namespace mbgl

0 comments on commit 6a0e949

Please sign in to comment.