summaryrefslogtreecommitdiff
path: root/src/guichan
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-10-27 00:13:42 +0300
committerAndrei Karas <akaras@inbox.ru>2012-10-27 00:13:42 +0300
commitf09ab3acb547b786289cd78b51577df6ef669fc6 (patch)
treee610bd6251e6105f117db9ed80481ce223e050ce /src/guichan
parent75a80fdfdce4be53ce7d7b1d02400d3f79a144c0 (diff)
downloadplus-f09ab3acb547b786289cd78b51577df6ef669fc6.tar.gz
plus-f09ab3acb547b786289cd78b51577df6ef669fc6.tar.bz2
plus-f09ab3acb547b786289cd78b51577df6ef669fc6.tar.xz
plus-f09ab3acb547b786289cd78b51577df6ef669fc6.zip
Fix code style.
Diffstat (limited to 'src/guichan')
-rw-r--r--src/guichan/widgets/textfield.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guichan/widgets/textfield.cpp b/src/guichan/widgets/textfield.cpp
index c0575eace..7decc5c6b 100644
--- a/src/guichan/widgets/textfield.cpp
+++ b/src/guichan/widgets/textfield.cpp
@@ -125,7 +125,7 @@ namespace gcn
{
}
- void TextField::setCaretPosition(unsigned int position)
+ void TextField::setCaretPosition(unsigned int position A_UNUSED)
{
}