diff options
Diffstat (limited to 'src/gui/skilldialog.h')
-rw-r--r-- | src/gui/skilldialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/skilldialog.h b/src/gui/skilldialog.h index 874b4437..b6d1d4ae 100644 --- a/src/gui/skilldialog.h +++ b/src/gui/skilldialog.h @@ -49,7 +49,7 @@ class SkillDialog : public Window, public gcn::ActionListener, public Mana::List ~SkillDialog(); - void event(Channels channel, const Mana::Event &event); + void event(Mana::Event::Channel channel, const Mana::Event &event); /** * Called when receiving actions from widget. |