diff --git a/src/core/pokerthexception.h b/src/core/pokerthexception.h index 5a6c74b3..803788f7 100644 --- a/src/core/pokerthexception.h +++ b/src/core/pokerthexception.h @@ -29,7 +29,7 @@ class PokerTHException : public std::exception public: PokerTHException(const char *sourcefile, int sourceline, int errorId, int osErrorCode); - virtual ~PokerTHException(); + virtual ~PokerTHException() throw(); int GetErrorId() const {return m_errorId;} int GetOsErrorCode() const {return m_osErrorCode;}