From 546eb01226482d52e9c96fce4adb14821454a82f Mon Sep 17 00:00:00 2001 From: Pablo Hoch Date: Mon, 9 Dec 2024 15:46:55 +0100 Subject: [PATCH] fix missing initializer --- include/motis/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/motis/config.h b/include/motis/config.h index 97ac5e2d2..d6098914e 100644 --- a/include/motis/config.h +++ b/include/motis/config.h @@ -115,7 +115,7 @@ struct config { unsigned update_interval_{60}; unsigned http_timeout_{10}; unsigned cache_size_{50}; - std::optional proxy_; + std::optional proxy_{}; }; std::optional gbfs_{};