diff options
| author | ilotterytea <iltsu@alright.party> | 2024-04-21 17:35:31 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-04-21 17:35:31 +0500 |
| commit | e72ff42203f59b0dc39b9f65f79716a4f61bacac (patch) | |
| tree | 44adae18ba7c986ec09c753ed02050d32fbe5e5e /src | |
| parent | 8c391504d160909753e6c6ee3186e0166b44c475 (diff) | |
upd: removed const (clueless)
Diffstat (limited to 'src')
| -rw-r--r-- | src/bundle.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; }; } |
