aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpreview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llpreview.cpp')
-rw-r--r--linden/indra/newview/llpreview.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llpreview.cpp b/linden/indra/newview/llpreview.cpp
index 9b2d3f8..751a90f 100644
--- a/linden/indra/newview/llpreview.cpp
+++ b/linden/indra/newview/llpreview.cpp
@@ -62,7 +62,8 @@ LLPreview::LLPreview(const std::string& name) :
62 mForceClose(FALSE), 62 mForceClose(FALSE),
63 mUserResized(FALSE), 63 mUserResized(FALSE),
64 mCloseAfterSave(FALSE), 64 mCloseAfterSave(FALSE),
65 mAssetStatus(PREVIEW_ASSET_UNLOADED) 65 mAssetStatus(PREVIEW_ASSET_UNLOADED),
66 mItem(NULL)
66{ 67{
67 // don't add to instance list, since ItemID is null 68 // don't add to instance list, since ItemID is null
68 mAuxItem = new LLInventoryItem; // (LLPointer is auto-deleted) 69 mAuxItem = new LLInventoryItem; // (LLPointer is auto-deleted)