mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 22:23:29 -07:00
Update src/CalcViewModel/Common/CopyPasteManager.h
Removed an unneeded inline. Co-Authored-By: Nicholas-Baron <35079404+Nicholas-Baron@users.noreply.github.com>
This commit is contained in:
parent
698ae40b0d
commit
75dc85da95
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ namespace CalculatorApp
|
||||||
return ClipboardTextFormat() >= 0;
|
return ClipboardTextFormat() >= 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
inline static constexpr auto PasteErrorString = L"NoOp";
|
static constexpr auto PasteErrorString = L"NoOp";
|
||||||
|
|
||||||
private:
|
private:
|
||||||
static int ClipboardTextFormat();
|
static int ClipboardTextFormat();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue