summaryrefslogtreecommitdiff
path: root/indra/newview/lltoastnotifypanel.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2024-04-19 22:40:49 +0300
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2024-04-19 22:46:49 +0300
commit5ad488a4a665f715c943004dce42f703204121cd (patch)
tree7c33c8974169f61fc635720d5e999ec23c288d6e /indra/newview/lltoastnotifypanel.h
parent4016a086075ac1ba3a1bff8bc06468de654dad67 (diff)
viewer#1290 Fix snapToMessageHeight crash
Diffstat (limited to 'indra/newview/lltoastnotifypanel.h')
-rw-r--r--indra/newview/lltoastnotifypanel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lltoastnotifypanel.h b/indra/newview/lltoastnotifypanel.h
index 4a6c2ada8a..8cfd0eb447 100644
--- a/indra/newview/lltoastnotifypanel.h
+++ b/indra/newview/lltoastnotifypanel.h
@@ -63,6 +63,7 @@ public:
LLToastNotifyPanel(const LLNotificationPtr& pNotification, const LLRect& rect = LLRect::null, bool show_images = true);
virtual void init( LLRect rect, bool show_images );
+ virtual void deleteAllChildren();
virtual ~LLToastNotifyPanel();
LLPanel * getControlPanel() { return mControlPanel; }