Update HistoryViewModel.cpp

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

View file

@ -167,5 +167,5 @@ void HistoryViewModel::OnClearCommand(_In_ Platform::Object ^ e)
size_t HistoryViewModel::GetMaxItemSize()
{
return m_calculatorManager->MaxHistorySize();
return m_calculatorManager->MaxHistorySize();
}