diff options
Diffstat (limited to 'src/resources/theme.h')
-rw-r--r-- | src/resources/theme.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/theme.h b/src/resources/theme.h index f830c94f..050e6d2d 100644 --- a/src/resources/theme.h +++ b/src/resources/theme.h @@ -218,7 +218,7 @@ class Theme : public Palette, public Mana::Listener */ void setMinimumOpacity(float minimumOpacity); - void event(Channels channel, const Mana::Event &event); + void event(Mana::Event::Channel channel, const Mana::Event &event); private: Theme(); |