summaryrefslogtreecommitdiff
path: root/src/commands/request_util.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/request_util.hpp')
-rw-r--r--src/commands/request_util.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/request_util.hpp b/src/commands/request_util.hpp
index 3d9831d..dea6e12 100644
--- a/src/commands/request_util.hpp
+++ b/src/commands/request_util.hpp
@@ -9,5 +9,5 @@ namespace bot::command {
std::optional<Request> generate_request(
const command::CommandLoader &command_loader,
const irc::Message<irc::MessageType::Privmsg> &irc_message,
- const pqxx::work &work);
+ pqxx::connection &conn);
}