diff options
Diffstat (limited to 'src/gui/statuswindow.h')
-rw-r--r-- | src/gui/statuswindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/statuswindow.h b/src/gui/statuswindow.h index fd8c6319..275dd8c9 100644 --- a/src/gui/statuswindow.h +++ b/src/gui/statuswindow.h @@ -49,7 +49,7 @@ class StatusWindow : public Window, public Mana::Listener */ StatusWindow(); - void event(const std::string &channel, const Mana::Event &event); + void event(Channels channel, const Mana::Event &event); void updateAttrs(); |