Update CalculatorHistory.cpp

This commit is contained in:
Alfonso Gregory 2021-07-14 20:33:05 -04:00 committed by GitHub
commit 61b024468c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ namespace
}
}
CalculatorHistory::CalculatorHistory(size_t maxSize)
CalculatorHistory::CalculatorHistory(unsigned int maxSize)
: m_maxHistorySize(maxSize)
{
}