Actually remove the bad argument

This commit is contained in:
Jack Bond-Preston 2016-07-12 21:11:28 +01:00
parent 9616ba022d
commit 5bc01ba167

View File

@ -28,7 +28,7 @@ public:
context_ptr on_tls_init(websocketpp::connection_hdl); context_ptr on_tls_init(websocketpp::connection_hdl);
void on_fail(websocketpp::connection_hdl hdl); void on_fail(websocketpp::connection_hdl hdl);
void on_open(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); void on_close(websocketpp::connection_hdl);
private: private: