diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-09-05 17:15:23 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-09-05 17:15:23 +0300 |
commit | 894725f3314d24c20414a9a2491cf0cd59882788 (patch) | |
tree | 595bb53dc9bf5ee63afba6813de36bb7ae7d1c83 /indra/newview/lltoastnotifypanel.h | |
parent | c54c9dd75d4405f89b1f1be16bdb4430a98c36f2 (diff) |
SL-11315 Checkbox support for notifications
Diffstat (limited to 'indra/newview/lltoastnotifypanel.h')
-rw-r--r-- | indra/newview/lltoastnotifypanel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltoastnotifypanel.h b/indra/newview/lltoastnotifypanel.h index e4a75acfda..a5a637c6fa 100644 --- a/indra/newview/lltoastnotifypanel.h +++ b/indra/newview/lltoastnotifypanel.h @@ -47,7 +47,7 @@ class LLNotificationForm; * @deprecated this class will be removed after all toast panel types are * implemented in separate classes. */ -class LLToastNotifyPanel: public LLToastPanel, public LLInstanceTracker<LLToastNotifyPanel, LLUUID, LLInstanceTrackerReplaceOnCollision> +class LLToastNotifyPanel: public LLCheckBoxToastPanel, public LLInstanceTracker<LLToastNotifyPanel, LLUUID, LLInstanceTrackerReplaceOnCollision> { public: /** |