mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -07:00
Update CalculatorManager.h
This commit is contained in:
parent
cf7bbd5168
commit
382323d516
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ namespace CalculationManager
|
||||||
std::shared_ptr<HISTORYITEM> const& GetHistoryItem(_In_ unsigned int uIdx);
|
std::shared_ptr<HISTORYITEM> const& GetHistoryItem(_In_ unsigned int uIdx);
|
||||||
bool RemoveHistoryItem(_In_ unsigned int uIdx);
|
bool RemoveHistoryItem(_In_ unsigned int uIdx);
|
||||||
void ClearHistory();
|
void ClearHistory();
|
||||||
size_t MaxHistorySize() const
|
unsigned int MaxHistorySize() const
|
||||||
{
|
{
|
||||||
return m_pHistory->MaxHistorySize();
|
return m_pHistory->MaxHistorySize();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue