diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-12-21 19:29:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-12-21 19:29:00 +0300 |
commit | 24fcf548c2d570d1b23bf799159b64f170f738bd (patch) | |
tree | 8edc089f957791d394b0f65cdb6c079b9d2963c1 /src/gui/widgets/popuplist.cpp | |
parent | b84d24167a06f5ab15394045600bb79834f3953a (diff) | |
download | plus-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.cpp | 2 |
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(); |