mirror of
https://github.com/Microsoft/calculator.git
synced 2025-07-08 06:00:45 -07:00
Replace wstring used in public methods by Platform::String in CalcViewModel (#768)
This commit is contained in:
parent
049d3f4c6c
commit
136ade6aa8
35 changed files with 536 additions and 553 deletions
|
@ -340,7 +340,7 @@ namespace CalculatorApp
|
|||
void OnPinUnpinCommand(Platform::Object ^ parameter);
|
||||
|
||||
void OnInputChanged();
|
||||
void SetPrimaryDisplay(_In_ std::wstring const& displayString, _In_ bool isError);
|
||||
void SetPrimaryDisplay(Platform::String ^ displayString, _In_ bool isError);
|
||||
void DisplayPasteError();
|
||||
void SetTokens(_Inout_ std::shared_ptr<std::vector<std::pair<std::wstring, int>>> const& tokens);
|
||||
void SetExpressionDisplay(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue