mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-21 05:43:10 -07:00
Changing CalculatorManager::GetSavedCommands to return a const ref (#812)
This commit is contained in:
parent
00346cc5a3
commit
6e2b82c8bf
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue