diff options
Diffstat (limited to 'src/utils/copynpaste.cpp')
-rw-r--r-- | src/utils/copynpaste.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/copynpaste.cpp b/src/utils/copynpaste.cpp index 10b43e811..8e3537734 100644 --- a/src/utils/copynpaste.cpp +++ b/src/utils/copynpaste.cpp @@ -499,7 +499,7 @@ bool sendBuffer(const std::string &restrict text) } #else // WIN32 -bool retrieveBuffer(std::string&, size_t&) +bool retrieveBuffer(std::string &text A_UNUSED, size_t &pos A_UNUSED) { return false; } |