diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-05-18 18:01:22 +0000 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-05-18 18:01:22 +0000 |
commit | 2b8d3dc6fda2c1d9d1f37a73d24230773e5fe16f (patch) | |
tree | f12c35abe3784616aedd085854f4f5f474db9c5a /indra/newview/llchatitemscontainerctrl.h | |
parent | b7d8c9107e2fe87a920cee2f05296bc8d63f9b54 (diff) | |
parent | 97519423727f340c1b19b2a61bb48f7c00c387dd (diff) |
Merged in SL-13265 "Empty leaf" crash safeguards
Diffstat (limited to 'indra/newview/llchatitemscontainerctrl.h')
-rw-r--r-- | indra/newview/llchatitemscontainerctrl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llchatitemscontainerctrl.h b/indra/newview/llchatitemscontainerctrl.h index f66670ec8c..ebff9ca298 100644 --- a/indra/newview/llchatitemscontainerctrl.h +++ b/indra/newview/llchatitemscontainerctrl.h @@ -28,12 +28,13 @@ #define LL_LLCHATITEMSCONTAINERCTRL_H_ #include "llchat.h" -#include "llchatmsgbox.h" #include "llpanel.h" #include "llscrollbar.h" #include "llviewerchat.h" #include "lltoastpanel.h" +class LLChatMsgBox; + typedef enum e_show_item_header { CHATITEMHEADER_SHOW_ONLY_NAME = 0, |