Updating CalculatorHistory to use a default destructor. (#723)
Its memory will be cleaned up by std::vector's destructor.
This commit is contained in:
committed by
Matt Cooley
parent
bfa5f81ef6
commit
f6a061c486
@@ -43,7 +43,6 @@ namespace CalculationManager
|
||||
{
|
||||
return m_maxHistorySize;
|
||||
}
|
||||
~CalculatorHistory(void);
|
||||
|
||||
private:
|
||||
std::vector<std::shared_ptr<HISTORYITEM>> m_historyItems;
|
||||
|
||||
Reference in New Issue
Block a user