Improved 8dd9b8e fix to handle temporary division by 0 cases

This commit is contained in:
Birunthan Mohanathas
2012-04-07 10:06:58 +03:00
parent 16782e56e2
commit 1a5f77254b
2 changed files with 11 additions and 11 deletions

View File

@ -39,7 +39,7 @@ private:
int GetRandom();
std::wstring m_Formula;
bool m_ValidFormula;
bool m_ParseError;
int m_LowBound;
int m_HighBound;