From 1e3df0e0bc8f08cf2125420c93e4a50066d61838 Mon Sep 17 00:00:00 2001 From: Birunthan Mohanathas Date: Fri, 6 Apr 2012 21:08:15 +0300 Subject: [PATCH] Missed file in previous commit --- Library/MeasureCalc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/MeasureCalc.h b/Library/MeasureCalc.h index cee31227..878b80ab 100644 --- a/Library/MeasureCalc.h +++ b/Library/MeasureCalc.h @@ -39,6 +39,7 @@ private: int GetRandom(); std::wstring m_Formula; + bool m_ValidFormula; int m_LowBound; int m_HighBound;