summaryrefslogtreecommitdiff
path: root/src/guichan/widgets/listbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/guichan/widgets/listbox.cpp')
-rw-r--r--src/guichan/widgets/listbox.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/guichan/widgets/listbox.cpp b/src/guichan/widgets/listbox.cpp
index 10e37841a..42f2d8d8b 100644
--- a/src/guichan/widgets/listbox.cpp
+++ b/src/guichan/widgets/listbox.cpp
@@ -132,11 +132,11 @@ namespace gcn
distributeValueChangedEvent();
}
- void ListBox::keyPressed(KeyEvent& keyEvent A_UNUSED)
+ void ListBox::keyPressed(KeyEvent &keyEvent A_UNUSED)
{
}
- void ListBox::mousePressed(MouseEvent& mouseEvent)
+ void ListBox::mousePressed(MouseEvent &mouseEvent A_UNUSED)
{
}