Linefeeds.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user