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:
Daniel Belcher 2019-04-21 21:54:58 -07:00 committed by GitHub
commit 75dc85da95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();