diff options
Diffstat (limited to 'src/utils/copynpaste.h')
-rw-r--r-- | src/utils/copynpaste.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/copynpaste.h b/src/utils/copynpaste.h index 1a7c81d05..aaafa3bcc 100644 --- a/src/utils/copynpaste.h +++ b/src/utils/copynpaste.h @@ -29,5 +29,5 @@ * @return <code>true</code> when successful or <code>false</code> when there * was a problem retrieving the clipboard buffer. */ -bool RetrieveBuffer(std::string& text, std::string::size_type& pos); +bool retrieveBuffer(std::string& text, std::string::size_type& pos); |