From 763e91044a4e9c8905ee082457cb42da36a38cc0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 8 Jun 2017 17:54:12 +0300 Subject: Add missing function parameters. --- src/utils/copynpaste.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils/copynpaste.cpp') 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; } -- cgit v1.2.3-60-g2f50