diff --git a/src/node/socket.h b/src/node/socket.h index 1c4e650e0..36e1773b4 100644 --- a/src/node/socket.h +++ b/src/node/socket.h @@ -147,8 +147,8 @@ public: * user should check this return value to confirm that the * callback is supported. */ - virtual bool SetDataSentCallback (Callback, - uint32_t> dataSent); + bool SetDataSentCallback (Callback, + uint32_t> dataSent); /** * \brief Notify application when space in transmit buffer is added *