diff options
Diffstat (limited to 'src/gui/statuswindow.h')
-rw-r--r-- | src/gui/statuswindow.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/statuswindow.h b/src/gui/statuswindow.h index d1350bec..99c3b46a 100644 --- a/src/gui/statuswindow.h +++ b/src/gui/statuswindow.h @@ -81,8 +81,7 @@ class StatusWindow : public Window, public EventListener gcn::Label *mCharacterPointsLabel; gcn::Label *mCorrectionPointsLabel; - using Attrs = std::map<int, AttrDisplay *>; - Attrs mAttrs; + std::map<int, AttrDisplay *> mAttrs; }; extern StatusWindow *statusWindow; |