diff --git a/include/amqpcpp/linux_tcp/tcpconnection.h b/include/amqpcpp/linux_tcp/tcpconnection.h index 7cfd533e..1c674b3a 100644 --- a/include/amqpcpp/linux_tcp/tcpconnection.h +++ b/include/amqpcpp/linux_tcp/tcpconnection.h @@ -132,7 +132,7 @@ class TcpConnection : * Method that is called when the AMQP connection is no longer blocked. * @param connection The connection that is no longer blocked */ - virtual void onUnblocked(Connection *connection) + virtual void onUnblocked(Connection *connection) override { // pass to user space if (_handler) _handler->onUnblocked(this);