diff options
Diffstat (limited to 'src/gui/popups/beingpopup.h')
-rw-r--r-- | src/gui/popups/beingpopup.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/gui/popups/beingpopup.h b/src/gui/popups/beingpopup.h index eba961063..c6f2a4a40 100644 --- a/src/gui/popups/beingpopup.h +++ b/src/gui/popups/beingpopup.h @@ -57,14 +57,14 @@ class BeingPopup final : public Popup #endif private: - Label *mBeingName; - Label *mBeingParty; - Label *mBeingGuild; - Label *mBeingRank; - Label *mBeingComment; - Label *mBeingBuyBoard; - Label *mBeingSellBoard; - Label *mBeingRoom; + Label *mBeingName A_NONNULLPOINTER; + Label *mBeingParty A_NONNULLPOINTER; + Label *mBeingGuild A_NONNULLPOINTER; + Label *mBeingRank A_NONNULLPOINTER; + Label *mBeingComment A_NONNULLPOINTER; + Label *mBeingBuyBoard A_NONNULLPOINTER; + Label *mBeingSellBoard A_NONNULLPOINTER; + Label *mBeingRoom A_NONNULLPOINTER; }; extern BeingPopup *beingPopup; |