diff --git a/src/CalcViewModel/Common/CopyPasteManager.h b/src/CalcViewModel/Common/CopyPasteManager.h index 2ed5750f..9d6fd669 100644 --- a/src/CalcViewModel/Common/CopyPasteManager.h +++ b/src/CalcViewModel/Common/CopyPasteManager.h @@ -32,7 +32,7 @@ namespace CalculatorApp return ClipboardTextFormat() >= 0; } - inline static constexpr auto PasteErrorString = L"NoOp"; + static constexpr auto PasteErrorString = L"NoOp"; private: static int ClipboardTextFormat();