Fixed gcc compiler error.

This commit is contained in:
lotodore
2007-10-18 21:05:36 +00:00
parent e2fc19af93
commit b8cfdb8ce0
+1 -1
View File
@@ -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;