diff options
Diffstat (limited to 'src/being.h')
-rw-r--r-- | src/being.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being.h b/src/being.h index 94790f5f..60dca323 100644 --- a/src/being.h +++ b/src/being.h @@ -485,7 +485,7 @@ class Being : public ActorSprite, public ConfigListener, public Mana::Listener void talkTo(); - void event(const std::string &channel, const Mana::Event &event); + void event(Channels channel, const Mana::Event &event); protected: /** |