diff --git a/src/CalcManager/CalculatorManager.h b/src/CalcManager/CalculatorManager.h index 88a8457b..6a12d97f 100644 --- a/src/CalcManager/CalculatorManager.h +++ b/src/CalcManager/CalculatorManager.h @@ -112,7 +112,7 @@ namespace CalculationManager std::shared_ptr const& GetHistoryItem(_In_ unsigned int uIdx); bool RemoveHistoryItem(_In_ unsigned int uIdx); void ClearHistory(); - size_t MaxHistorySize() const + unsigned int MaxHistorySize() const { return m_pHistory->MaxHistorySize(); }