diff options
Diffstat (limited to 'src/gui/widgets/tabs/debugwindowtabs.h')
-rw-r--r-- | src/gui/widgets/tabs/debugwindowtabs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/widgets/tabs/debugwindowtabs.h b/src/gui/widgets/tabs/debugwindowtabs.h index 44d45dbb9..1dd92b39d 100644 --- a/src/gui/widgets/tabs/debugwindowtabs.h +++ b/src/gui/widgets/tabs/debugwindowtabs.h @@ -104,6 +104,7 @@ class TargetDebugTab final : public DebugTab Label *mCriticalHitLabel A_NONNULLPOINTER; Label *mKarmaLabel A_NONNULLPOINTER; Label *mMannerLabel A_NONNULLPOINTER; + Label *mEffectsLabel A_NONNULLPOINTER; }; class NetDebugTab final : public DebugTab |