summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs/statdebugtab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/tabs/statdebugtab.h')
-rw-r--r--src/gui/widgets/tabs/statdebugtab.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/widgets/tabs/statdebugtab.h b/src/gui/widgets/tabs/statdebugtab.h
index 57b2e9f4a..628629bac 100644
--- a/src/gui/widgets/tabs/statdebugtab.h
+++ b/src/gui/widgets/tabs/statdebugtab.h
@@ -49,6 +49,7 @@ class StatDebugTab final : public DebugTab,
Button *mResetButton A_NONNULLPOINTER;
Button *mCopyButton A_NONNULLPOINTER;
Label *mStatLabels[PERFSTAT_LAST_STAT - 1] A_NONNULLPOINTER;
+ Label *mWorseStatLabels[PERFSTAT_LAST_STAT - 1] A_NONNULLPOINTER;
size_t mDrawIndex;
};