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