Changing CalculatorManager::GetSavedCommands to return a const ref (#812)
This commit is contained in:
@@ -119,7 +119,7 @@ namespace CalculationManager
|
||||
|
||||
bool IsEngineRecording();
|
||||
bool IsInputEmpty();
|
||||
std::vector<unsigned char> GetSavedCommands()
|
||||
const std::vector<unsigned char>& GetSavedCommands() const
|
||||
{
|
||||
return m_savedCommands;
|
||||
}
|
||||
|
Reference in New Issue
Block a user