summaryrefslogtreecommitdiff
path: root/src/gui/widgets/popuplist.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-12-21 19:29:00 +0300
committerAndrei Karas <akaras@inbox.ru>2012-12-21 19:29:00 +0300
commit24fcf548c2d570d1b23bf799159b64f170f738bd (patch)
tree8edc089f957791d394b0f65cdb6c079b9d2963c1 /src/gui/widgets/popuplist.cpp
parentb84d24167a06f5ab15394045600bb79834f3953a (diff)
downloadplus-24fcf548c2d570d1b23bf799159b64f170f738bd.tar.gz
plus-24fcf548c2d570d1b23bf799159b64f170f738bd.tar.bz2
plus-24fcf548c2d570d1b23bf799159b64f170f738bd.tar.xz
plus-24fcf548c2d570d1b23bf799159b64f170f738bd.zip
Fix code style and other small issues.
Diffstat (limited to 'src/gui/widgets/popuplist.cpp')
-rw-r--r--src/gui/widgets/popuplist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/popuplist.cpp b/src/gui/widgets/popuplist.cpp
index d9f44da94..211de45e5 100644
--- a/src/gui/widgets/popuplist.cpp
+++ b/src/gui/widgets/popuplist.cpp
@@ -115,7 +115,7 @@ void PopupList::adjustSize()
mListBox->setWidth(getWidth() - pad2);
}
-void PopupList::mousePressed(gcn::MouseEvent& mouseEvent)
+void PopupList::mousePressed(gcn::MouseEvent& mouseEvent A_UNUSED)
{
if (mDropDown)
mDropDown->updateSelection();