mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -07:00
Update HistoryViewModel.cpp
This commit is contained in:
parent
f8e0d5cf25
commit
4fe456ab34
1 changed files with 1 additions and 1 deletions
|
@ -167,5 +167,5 @@ void HistoryViewModel::OnClearCommand(_In_ Platform::Object ^ e)
|
|||
|
||||
size_t HistoryViewModel::GetMaxItemSize()
|
||||
{
|
||||
return m_calculatorManager->MaxHistorySize();
|
||||
return m_calculatorManager->MaxHistorySize();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue