Linefeeds.

This commit is contained in:
lotodore
2007-10-18 20:41:13 +00:00
parent 4c56390dc7
commit c7a36ceca5
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -36,9 +36,9 @@ PokerTHException::~PokerTHException()
{
}
const char *
PokerTHException::what() const
{
return m_msg.c_str();
}
const char *
PokerTHException::what() const
{
return m_msg.c_str();
}
+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;
private:
int m_errorId;