aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpreview.h
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-10-17 20:50:10 -0700
committerMcCabe Maxsted2009-10-17 20:50:10 -0700
commita056eb1973d6f547b689e05a617016e7f0532941 (patch)
treee3422af39a886e6444b23a2ee107d4e773ec93b8 /linden/indra/newview/llpreview.h
parentFix muting objects with same name as avatar mutes ScriptDialogs from avatar. (diff)
downloadmeta-impy-a056eb1973d6f547b689e05a617016e7f0532941.zip
meta-impy-a056eb1973d6f547b689e05a617016e7f0532941.tar.gz
meta-impy-a056eb1973d6f547b689e05a617016e7f0532941.tar.bz2
meta-impy-a056eb1973d6f547b689e05a617016e7f0532941.tar.xz
Ported notecard security fix from LL's 1.23.5 viewer
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llpreview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llpreview.h b/linden/indra/newview/llpreview.h
index 74daca6..4e159f3 100644
--- a/linden/indra/newview/llpreview.h
+++ b/linden/indra/newview/llpreview.h
@@ -83,6 +83,7 @@ public:
83 void setItemID(const LLUUID& item_id); 83 void setItemID(const LLUUID& item_id);
84 void setObjectID(const LLUUID& object_id); 84 void setObjectID(const LLUUID& object_id);
85 void setSourceID(const LLUUID& source_id); 85 void setSourceID(const LLUUID& source_id);
86 void setAssetId(const LLUUID& asset_id);
86 const LLViewerInventoryItem *getItem() const; // searches if not constructed with it 87 const LLViewerInventoryItem *getItem() const; // searches if not constructed with it
87 88
88 static LLPreview* find(const LLUUID& item_uuid); 89 static LLPreview* find(const LLUUID& item_uuid);