diff --git a/src/CalcViewModel/Common/CopyPasteManager.h b/src/CalcViewModel/Common/CopyPasteManager.h index b00f32ef..2ed5750f 100644 --- a/src/CalcViewModel/Common/CopyPasteManager.h +++ b/src/CalcViewModel/Common/CopyPasteManager.h @@ -27,7 +27,7 @@ namespace CalculatorApp public: static void CopyToClipboard(Platform::String^ stringToCopy); static concurrency::task GetStringToPaste(CalculatorApp::Common::ViewMode mode, CalculatorApp::Common::CategoryGroupType modeType, int programmerNumberBase = -1, int bitLengthType = -1); - inline static bool HasStringToPaste() + static bool HasStringToPaste() { return ClipboardTextFormat() >= 0; }