diff --git a/src/CalcManager/CalculatorHistory.h b/src/CalcManager/CalculatorHistory.h index 583a004c..34b21c9d 100644 --- a/src/CalcManager/CalculatorHistory.h +++ b/src/CalcManager/CalculatorHistory.h @@ -34,7 +34,7 @@ namespace CalculationManager CalculatorHistory(const size_t maxSize); unsigned int AddToHistory(_In_ std::shared_ptr>> const &spTokens, _In_ std::shared_ptr>> const &spCommands, _In_ std::wstring_view result); std::vector> const& GetHistory(); - std::shared_ptr const& GetHistoryItem(_In_ unsigned int uIdx); + std::shared_ptr const& GetHistoryItem(unsigned int uIdx); void ClearHistory(); unsigned int AddItem(_In_ std::shared_ptr const &spHistoryItem); bool RemoveItem(_In_ unsigned int uIdx);