summaryrefslogtreecommitdiff
path: root/src/gui/widgets/checkbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/checkbox.h')
-rw-r--r--src/gui/widgets/checkbox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/widgets/checkbox.h b/src/gui/widgets/checkbox.h
index 626d1ebe3..c6701f52a 100644
--- a/src/gui/widgets/checkbox.h
+++ b/src/gui/widgets/checkbox.h
@@ -91,6 +91,7 @@ class CheckBox final : public gcn::CheckBox,
int mImagePadding;
int mImageSize;
int mSpacing;
+ gcn::Color mForegroundColor;
static int instances;
static Skin *mSkin;