Inlined a one line function

This commit is contained in:
Nicholas Baron 2019-04-17 20:45:00 -07:00
commit 590b44378c

View file

@ -27,7 +27,7 @@ namespace CalculatorApp
public:
static void CopyToClipboard(Platform::String^ stringToCopy);
static concurrency::task<Platform::String^> 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;
}