From e72ff42203f59b0dc39b9f65f79716a4f61bacac Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sun, 21 Apr 2024 17:35:31 +0500 Subject: upd: removed const (clueless) --- src/bundle.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/bundle.hpp b/src/bundle.hpp index fa8d80a..e45137d 100644 --- a/src/bundle.hpp +++ b/src/bundle.hpp @@ -5,7 +5,7 @@ namespace bot { struct InstanceBundle { - const irc::Client &irc_client; + irc::Client &irc_client; const bot::loc::Localization &localization; }; } -- cgit v1.2.3