summaryrefslogtreecommitdiff
path: root/indra/newview/llfloateroutbox.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2013-11-11 18:39:02 -0800
committerMerov Linden <merov@lindenlab.com>2013-11-11 18:39:02 -0800
commite6b4b89bf12ae410fa87baf01117daa2a47754c0 (patch)
tree297264fd49797d75882b91bb80d68c1d196cacd5 /indra/newview/llfloateroutbox.h
parent3111cf4ccf34f4bfe5aa0c1935f0a13c870a76ea (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-xindra/newview/llfloateroutbox.h2
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;