diff options
Diffstat (limited to 'src/gui/widgets/playerbox.h')
-rw-r--r-- | src/gui/widgets/playerbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/playerbox.h b/src/gui/widgets/playerbox.h index d7729f5be..0833b63c3 100644 --- a/src/gui/widgets/playerbox.h +++ b/src/gui/widgets/playerbox.h @@ -77,7 +77,7 @@ class PlayerBox final : public Widget2, */ void drawFrame(gcn::Graphics *graphics) override; - Being *getBeing() + Being *getBeing() A_WARN_UNUSED { return mBeing; } private: |