From a056eb1973d6f547b689e05a617016e7f0532941 Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Sat, 17 Oct 2009 20:50:10 -0700 Subject: Ported notecard security fix from LL's 1.23.5 viewer --- linden/indra/newview/llpreview.h | 1 + 1 file changed, 1 insertion(+) (limited to 'linden/indra/newview/llpreview.h') 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: void setItemID(const LLUUID& item_id); void setObjectID(const LLUUID& object_id); void setSourceID(const LLUUID& source_id); + void setAssetId(const LLUUID& asset_id); const LLViewerInventoryItem *getItem() const; // searches if not constructed with it static LLPreview* find(const LLUUID& item_uuid); -- cgit v1.1