summaryrefslogtreecommitdiff
path: root/src/being.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.h')
-rw-r--r--src/being.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/being.h b/src/being.h
index febe6668..7be216ca 100644
--- a/src/being.h
+++ b/src/being.h
@@ -23,7 +23,7 @@
#define BEING_H
#include "actorsprite.h"
-#include "listener.h"
+#include "eventlistener.h"
#include "map.h"
#include "position.h"
#include "vector.h"
@@ -61,7 +61,7 @@ enum Gender
GENDER_UNSPECIFIED = 2
};
-class Being : public ActorSprite, public Listener
+class Being : public ActorSprite, public EventListener
{
public:
/**