diff --git a/src/core/pokerthexception.h b/src/core/pokerthexception.h index bea70fd9..5a6c74b3 100644 --- a/src/core/pokerthexception.h +++ b/src/core/pokerthexception.h @@ -34,7 +34,7 @@ public: int GetErrorId() const {return m_errorId;} int GetOsErrorCode() const {return m_osErrorCode;} - virtual const char *what() const; + virtual const char *what() const throw(); private: int m_errorId;