diff options
Diffstat (limited to 'src/gui/widgets/characterviewnormal.h')
-rw-r--r-- | src/gui/widgets/characterviewnormal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/characterviewnormal.h b/src/gui/widgets/characterviewnormal.h index 29e125dc5..9dfee0ec1 100644 --- a/src/gui/widgets/characterviewnormal.h +++ b/src/gui/widgets/characterviewnormal.h @@ -36,11 +36,11 @@ class CharacterViewNormal final : public CharacterViewBase ~CharacterViewNormal(); - void show(const int i) override final; + void show(const int i) final; void resize() override; - void action(const ActionEvent &event A_UNUSED) override final A_CONST; + void action(const ActionEvent &event A_UNUSED) final A_CONST; private: std::vector<CharacterDisplay*> *mCharacterEntries; |