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
d8c2e0030c
commit
cf7bbd5168
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ void HistoryViewModel::OnClearCommand(_In_ Platform::Object ^ e)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
size_t HistoryViewModel::GetMaxItemSize()
|
unsigned int HistoryViewModel::GetMaxItemSize()
|
||||||
{
|
{
|
||||||
return m_calculatorManager->MaxHistorySize();
|
return m_calculatorManager->MaxHistorySize();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue