mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -07:00
Update CalculatorHistory.h
This commit is contained in:
parent
e9de074008
commit
0bc9602ecd
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ namespace CalculationManager
|
|||
class CalculatorHistory : public IHistoryDisplay
|
||||
{
|
||||
public:
|
||||
CalculatorHistory(const size_t maxSize);
|
||||
CalculatorHistory(const unsigned int maxSize);
|
||||
unsigned int AddToHistory(
|
||||
_In_ std::shared_ptr<std::vector<std::pair<std::wstring, int>>> const& spTokens,
|
||||
_In_ std::shared_ptr<std::vector<std::shared_ptr<IExpressionCommand>>> const& spCommands,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue