Shove textbox pointer of notifies into a member var

Used in future commit, separated for ease of reading
This commit is contained in:
Liru Færs
2019-12-22 21:08:44 -05:00
parent a432c3429c
commit b1862ce1c1
2 changed files with 13 additions and 13 deletions

View File

@@ -92,7 +92,7 @@ private:
void drawBackground() const;
protected:
LLTextEditor *mUserInputBox;
LLTextEditor *mUserInputBox = nullptr, *mText = nullptr;
LLNotificationPtr mNotification;
bool mIsTip;