diff options
Diffstat (limited to 'src/gui/killstats.cpp')
-rw-r--r-- | src/gui/killstats.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/killstats.cpp b/src/gui/killstats.cpp index 962e6032c..95e16127a 100644 --- a/src/gui/killstats.cpp +++ b/src/gui/killstats.cpp @@ -434,7 +434,7 @@ void KillStats::validateJacko() } } -void KillStats::event(Mana::Channels channel _UNUSED_, +void KillStats::event(Mana::Channels channel A_UNUSED, const Mana::Event &event) { if (event.getName() == Mana::EVENT_UPDATEATTRIBUTE) |