Skip to content

Commit

Permalink
fix missing initializer
Browse files Browse the repository at this point in the history
  • Loading branch information
pablohoch committed Dec 9, 2024
1 parent ef92d40 commit 546eb01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/motis/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ struct config {
unsigned update_interval_{60};
unsigned http_timeout_{10};
unsigned cache_size_{50};
std::optional<std::string> proxy_;
std::optional<std::string> proxy_{};
};
std::optional<gbfs> gbfs_{};

Expand Down

0 comments on commit 546eb01

Please sign in to comment.