Skip to content

Commit

Permalink
Consistent parameter naming.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoupey committed Dec 11, 2024
1 parent 4909481 commit 94a0dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routing/http_wrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class HttpWrapper : public Wrapper {
void update_sparse_matrix(const std::vector<Location>& route_locs,
Matrices& m,
std::mutex& matrix_m,
std::string& vehicles_geometry) const override;
std::string& vehicle_geometry) const override;

virtual bool
duration_value_is_null(const rapidjson::Value& matrix_entry) const {
Expand Down

0 comments on commit 94a0dd3

Please sign in to comment.