summaryrefslogtreecommitdiff
path: root/src/utils/copynpaste.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-01-28 20:49:24 +0200
committerAndrei Karas <akaras@inbox.ru>2011-01-28 20:49:24 +0200
commitafece3f6acd9a7a4a009b73883d4c2d27ac1b8ce (patch)
treec74d0f6e0a0000274ece2d663ed90a83459191a0 /src/utils/copynpaste.h
parent8d3b46c492cade8504fafedbd6c00b6a39968388 (diff)
downloadplus-afece3f6acd9a7a4a009b73883d4c2d27ac1b8ce.tar.gz
plus-afece3f6acd9a7a4a009b73883d4c2d27ac1b8ce.tar.bz2
plus-afece3f6acd9a7a4a009b73883d4c2d27ac1b8ce.tar.xz
plus-afece3f6acd9a7a4a009b73883d4c2d27ac1b8ce.zip
Fix code style and some new compilation warnings.
Diffstat (limited to 'src/utils/copynpaste.h')
-rw-r--r--src/utils/copynpaste.h2
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);