diff --git a/src/CalcManager/CalculatorHistory.cpp b/src/CalcManager/CalculatorHistory.cpp index c40d2299..d93efc2d 100644 --- a/src/CalcManager/CalculatorHistory.cpp +++ b/src/CalcManager/CalculatorHistory.cpp @@ -8,7 +8,7 @@ using namespace std; using namespace CalculationManager; namespace -{ +{ //Following Function is going to check, either the expression had executed already or not. static wstring GetGeneratedExpression(const vector>& tokens) { wstring expression;