Update CalculatorManager.h

This commit is contained in:
Alfonso Gregory 2021-07-14 19:59:05 -04:00 committed by GitHub
commit 382323d516
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -112,7 +112,7 @@ namespace CalculationManager
std::shared_ptr<HISTORYITEM> 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();
}