Fixed gcc compiler error.

This commit is contained in:
lotodore
2007-10-18 21:07:55 +00:00
parent b8cfdb8ce0
commit 990b99f051
+1 -1
View File
@@ -29,7 +29,7 @@ class PokerTHException : public std::exception
public: public:
PokerTHException(const char *sourcefile, int sourceline, int errorId, int osErrorCode); PokerTHException(const char *sourcefile, int sourceline, int errorId, int osErrorCode);
virtual ~PokerTHException(); virtual ~PokerTHException() throw();
int GetErrorId() const {return m_errorId;} int GetErrorId() const {return m_errorId;}
int GetOsErrorCode() const {return m_osErrorCode;} int GetOsErrorCode() const {return m_osErrorCode;}