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
f9e53ab38d
commit
a6684aa34c
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ void HistoryViewModel::ShowItem(_In_ HistoryItemViewModel ^ e)
|
|||
|
||||
void HistoryViewModel::DeleteItem(_In_ HistoryItemViewModel ^ e)
|
||||
{
|
||||
uint32_t itemIndex;
|
||||
unsigned int itemIndex;
|
||||
if (Items->IndexOf(e, &itemIndex))
|
||||
{
|
||||
if (m_calculatorManager->RemoveHistoryItem(itemIndex))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue