diff options
Diffstat (limited to 'src/gui/widgets/guitable.h')
-rw-r--r-- | src/gui/widgets/guitable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/guitable.h b/src/gui/widgets/guitable.h index ff9342661..1743f06c6 100644 --- a/src/gui/widgets/guitable.h +++ b/src/gui/widgets/guitable.h @@ -180,7 +180,7 @@ class GuiTable final : public Widget, static float mAlpha; - TableModel *mModel; + TableModel *mModel A_NONNULLPOINTER; /** If someone moves a fresh widget to the top, we must display it. */ Widget *mTopWidget; |