From cd73e6cdfb05d9252179da9d2987a3bf4e11adf6 Mon Sep 17 00:00:00 2001 From: Lena Date: Tue, 14 Oct 2025 13:32:58 +0200 Subject: [PATCH] clang complained --- include/modules/wwan.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/modules/wwan.hpp b/include/modules/wwan.hpp index 0cbb5d8d..8b18e999 100644 --- a/include/modules/wwan.hpp +++ b/include/modules/wwan.hpp @@ -21,7 +21,7 @@ namespace waybar::modules { private: - const void updateCurrentModem(); + void updateCurrentModem(); util::SleeperThread thread_; std::string state_;