summaryrefslogtreecommitdiff
path: root/src/handlers.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/handlers.hpp')
-rw-r--r--src/handlers.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/handlers.hpp b/src/handlers.hpp
index 33b57b2..a143f76 100644
--- a/src/handlers.hpp
+++ b/src/handlers.hpp
@@ -10,5 +10,5 @@ namespace bot::handlers {
const InstanceBundle &bundle,
const command::CommandLoader &command_loader,
const irc::Message<irc::MessageType::Privmsg> &message,
- const pqxx::work &work);
+ pqxx::connection &conn);
}