diff --git a/include/pcp-cpp/exception.hpp b/include/pcp-cpp/exception.hpp index 8694c45..8474a04 100644 --- a/include/pcp-cpp/exception.hpp +++ b/include/pcp-cpp/exception.hpp @@ -39,7 +39,7 @@ class exception : public std::exception { { } - virtual ~exception() throw() { }; + virtual ~exception() throw() { } virtual int error_code() const {