diff options
Diffstat (limited to 'src/localplayer.cpp')
-rw-r--r-- | src/localplayer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/localplayer.cpp b/src/localplayer.cpp index f455cccb2..a57349a8a 100644 --- a/src/localplayer.cpp +++ b/src/localplayer.cpp @@ -1655,7 +1655,7 @@ void LocalPlayer::optionChanged(const std::string &value) } void LocalPlayer::processEvent(Channels channel, - const Event &event) + const DepricatedEvent &event) { if (channel == CHANNEL_ATTRIBUTES) { |