From b8cfdb8ce0f593f6926bc4e591c20d86b69c6137 Mon Sep 17 00:00:00 2001 From: lotodore Date: Thu, 18 Oct 2007 21:05:36 +0000 Subject: [PATCH] Fixed gcc compiler error. --- src/core/pokerthexception.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;