summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaternotificationstabbed.h
diff options
context:
space:
mode:
authorRye Cogtail <rye@lindenlab.com>2024-10-30 16:07:54 -0400
committerRye <rye@lindenlab.com>2024-11-04 04:10:22 -0500
commita4bd6ccb6a5813f2a9e7021f25886a0c34cc8392 (patch)
tree86ea6ebbbcbfae6788e13c511294ccdd272e7745 /indra/newview/llfloaternotificationstabbed.h
parentac8d8aa09e68d749c05f852d92d0bc14274851c7 (diff)
Fix leak of notification seperator in tabbed notification floater
Diffstat (limited to 'indra/newview/llfloaternotificationstabbed.h')
-rw-r--r--indra/newview/llfloaternotificationstabbed.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaternotificationstabbed.h b/indra/newview/llfloaternotificationstabbed.h
index 87e880c8d2..49dfe6033f 100644
--- a/indra/newview/llfloaternotificationstabbed.h
+++ b/indra/newview/llfloaternotificationstabbed.h
@@ -162,7 +162,7 @@ private:
LLNotificationListView* mGroupNoticeMessageList;
LLNotificationListView* mTransactionMessageList;
LLNotificationListView* mSystemMessageList;
- LLNotificationSeparator* mNotificationsSeparator;
+ std::unique_ptr<LLNotificationSeparator> mNotificationsSeparator;
LLTabContainer* mNotificationsTabContainer;
LLButton* mDeleteAllBtn;
LLButton* mCollapseAllBtn;