From 5bc01ba16741aad0730d33040ee71aa866e705c8 Mon Sep 17 00:00:00 2001 From: Jack Date: Tue, 12 Jul 2016 21:11:28 +0100 Subject: [PATCH] Actually remove the bad argument --- TriviaBot/bot/ClientConnection.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TriviaBot/bot/ClientConnection.hpp b/TriviaBot/bot/ClientConnection.hpp index 52382a4..8392189 100644 --- a/TriviaBot/bot/ClientConnection.hpp +++ b/TriviaBot/bot/ClientConnection.hpp @@ -28,7 +28,7 @@ public: context_ptr on_tls_init(websocketpp::connection_hdl); void on_fail(websocketpp::connection_hdl hdl); void on_open(websocketpp::connection_hdl hdl); - void on_message(websocketpp::connection_hdl &hdl, message_ptr message); + void on_message(websocketpp::connection_hdl hdl, message_ptr message); void on_close(websocketpp::connection_hdl); private: