mirror of
https://github.com/Microsoft/calculator.git
synced 2025-07-14 17:22:50 -07:00
Cleaning up some UnitConverter code and making some of it more efficient. (#875)
This commit is contained in:
parent
b6f9634e34
commit
3c6b5a808e
5 changed files with 107 additions and 108 deletions
|
@ -227,7 +227,7 @@ void UnitConverterMock::SwitchActive(const std::wstring& newValue)
|
|||
return L"TEST";
|
||||
};
|
||||
|
||||
void UnitConverterMock::RestoreUserPreferences(_In_ const std::wstring& /*userPreferences*/){};
|
||||
void UnitConverterMock::RestoreUserPreferences(_In_ std::wstring_view /*userPreferences*/){};
|
||||
|
||||
void UnitConverterMock::SendCommand(UCM::Command command)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue