summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/bundle.hpp2
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;
};
}