diff options
author | Merov Linden <merov@lindenlab.com> | 2013-11-11 18:39:02 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2013-11-11 18:39:02 -0800 |
commit | e6b4b89bf12ae410fa87baf01117daa2a47754c0 (patch) | |
tree | 297264fd49797d75882b91bb80d68c1d196cacd5 /indra/newview/llfloateroutbox.h | |
parent | 3111cf4ccf34f4bfe5aa0c1935f0a13c870a76ea (diff) |
MAINT-3320 : WIP : Use handle for elements that'll get deleted under us, quite a bit of debug spam to clean later
Diffstat (limited to 'indra/newview/llfloateroutbox.h')
-rwxr-xr-x | indra/newview/llfloateroutbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloateroutbox.h b/indra/newview/llfloateroutbox.h index 8a32632a1b..f6a879fec5 100755 --- a/indra/newview/llfloateroutbox.h +++ b/indra/newview/llfloateroutbox.h @@ -105,7 +105,7 @@ private: LLTextBox * mInventoryTitle; LLUUID mOutboxId; - LLInventoryPanel * mOutboxInventoryPanel; + LLHandle<LLInventoryPanel> mOutboxInventoryPanel; U32 mOutboxItemCount; LLPanel * mOutboxTopLevelDropZone; |