summaryrefslogtreecommitdiff
path: root/src/gui/statuswindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/statuswindow.h')
-rw-r--r--src/gui/statuswindow.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gui/statuswindow.h b/src/gui/statuswindow.h
index f6d4f73e..ce68eb4c 100644
--- a/src/gui/statuswindow.h
+++ b/src/gui/statuswindow.h
@@ -89,7 +89,10 @@ class StatusWindow : public Window
VertContainer *mDAttrCont;
ScrollArea *mDAttrScroll;
- gcn::Label *mCharacterPointsLabel, *mCorrectionPointsLabel;
+ gcn::Label *mCharacterPointsLabel;
+#ifdef TMWSERV_SUPPORT
+ gcn::Label *mCorrectionPointsLabel;
+#endif
typedef std::map<int, AttrDisplay*> Attrs;
Attrs mAttrs;