From 391db15f8511efab4093e88fcbc4567abd5b076b Mon Sep 17 00:00:00 2001 From: Mnikolenko Productengine Date: Tue, 6 Dec 2016 13:25:26 +0200 Subject: MAINT-6963 Object's name is not changed in inventory if object in attached state was renamed through Edit floater. --- indra/newview/llpanelpermissions.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'indra/newview/llpanelpermissions.h') diff --git a/indra/newview/llpanelpermissions.h b/indra/newview/llpanelpermissions.h index 87805bbf90..2d15954baa 100644 --- a/indra/newview/llpanelpermissions.h +++ b/indra/newview/llpanelpermissions.h @@ -37,6 +37,7 @@ //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ class LLNameBox; +class LLViewerInventoryItem; class LLPanelPermissions : public LLPanel { @@ -77,6 +78,8 @@ protected: static void onCommitClickAction(LLUICtrl* ctrl, void*); static void onCommitIncludeInSearch(LLUICtrl* ctrl, void*); + static LLViewerInventoryItem* findItem(LLUUID &object_id); + protected: void disableAll(); -- cgit v1.2.3