diff --git a/src/CalcViewModel/Common/CopyPasteManager.h b/src/CalcViewModel/Common/CopyPasteManager.h index 2ed5750f..b00f32ef 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); - static bool HasStringToPaste() + inline static bool HasStringToPaste() { return ClipboardTextFormat() >= 0; }