diff options
Diffstat (limited to 'src/gui/shopwindow.cpp')
-rw-r--r-- | src/gui/shopwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/shopwindow.cpp b/src/gui/shopwindow.cpp index c6c41884d..68ea57314 100644 --- a/src/gui/shopwindow.cpp +++ b/src/gui/shopwindow.cpp @@ -255,7 +255,7 @@ void ShopWindow::startTrade() mTradeNick = ""; } -void ShopWindow::valueChanged(const gcn::SelectionEvent &event _UNUSED_) +void ShopWindow::valueChanged(const gcn::SelectionEvent &event A_UNUSED) { updateButtonsAndLabels(); } |