summaryrefslogtreecommitdiff
path: root/src/playerinfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/playerinfo.cpp')
-rw-r--r--src/playerinfo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/playerinfo.cpp b/src/playerinfo.cpp
index 4307ca56..feb39413 100644
--- a/src/playerinfo.cpp
+++ b/src/playerinfo.cpp
@@ -24,7 +24,7 @@
#include "equipment.h"
#include "event.h"
#include "inventory.h"
-#include "listener.h"
+#include "eventlistener.h"
#include "log.h"
#include "resources/iteminfo.h"
@@ -348,7 +348,7 @@ void logic()
mSpecialRechargeUpdateNeeded++;
}
-class PlayerLogic : Listener
+class PlayerLogic : EventListener
{
public:
PlayerLogic()