diff --git a/include/tins/exceptions.h b/include/tins/exceptions.h index 7285a5b..844439b 100644 --- a/include/tins/exceptions.h +++ b/include/tins/exceptions.h @@ -128,7 +128,7 @@ public: /** * \brief Exception thrown when PacketSender fails to close a socket. */ -class socket_close_error : exception_base { +class socket_close_error : public exception_base { public: socket_close_error(const std::string& msg) : exception_base(msg) { }