diff options
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; }; } |
