mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -07:00
Update CalculatorHistory.cpp
This commit is contained in:
parent
c9cc43e866
commit
61b024468c
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ namespace
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
CalculatorHistory::CalculatorHistory(size_t maxSize)
|
CalculatorHistory::CalculatorHistory(unsigned int maxSize)
|
||||||
: m_maxHistorySize(maxSize)
|
: m_maxHistorySize(maxSize)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue