Shove textbox pointer of notifies into a member var
Used in future commit, separated for ease of reading
This commit is contained in:
@@ -92,7 +92,7 @@ private:
|
||||
void drawBackground() const;
|
||||
|
||||
protected:
|
||||
LLTextEditor *mUserInputBox;
|
||||
LLTextEditor *mUserInputBox = nullptr, *mText = nullptr;
|
||||
|
||||
LLNotificationPtr mNotification;
|
||||
bool mIsTip;
|
||||
|
||||
Reference in New Issue
Block a user