summaryrefslogtreecommitdiff
path: root/src/gui/widgets/characterviewsmall.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/characterviewsmall.h')
-rw-r--r--src/gui/widgets/characterviewsmall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/characterviewsmall.h b/src/gui/widgets/characterviewsmall.h
index 3a326134b..17a549718 100644
--- a/src/gui/widgets/characterviewsmall.h
+++ b/src/gui/widgets/characterviewsmall.h
@@ -39,7 +39,7 @@ class CharacterViewSmall final : public CharacterViewBase
void resize() override final;
- void action(const gcn::ActionEvent &event) override final;
+ void action(const ActionEvent &event) override final;
private:
CharacterDisplay *mSelectedEntry;