diff options
author | Eric M. Tulla (BigPapi) <tulla@lindenlab.com> | 2010-01-04 19:26:55 -0500 |
---|---|---|
committer | Eric M. Tulla (BigPapi) <tulla@lindenlab.com> | 2010-01-04 19:26:55 -0500 |
commit | 3aa62d8f5ba51a42275b899f2bf8205011dd0ecc (patch) | |
tree | d9f048b7c3aed06f75e0e595168a7d9b0252c0a2 /indra/newview/llsidepaneliteminfo.h | |
parent | 6157187e5bdff889613673f11852d9c25f96bf92 (diff) |
EXT-3725 & EXT-2224 - Issue with permissions and for sale ui for certain items in side panel.
We now completely hide those UI elements when they don't make sense.
-Reviewed by seraph
Diffstat (limited to 'indra/newview/llsidepaneliteminfo.h')
-rw-r--r-- | indra/newview/llsidepaneliteminfo.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llsidepaneliteminfo.h b/indra/newview/llsidepaneliteminfo.h index 21002327bc..e6dbf400ee 100644 --- a/indra/newview/llsidepaneliteminfo.h +++ b/indra/newview/llsidepaneliteminfo.h @@ -41,7 +41,7 @@ //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ class LLButton; -class LLInventoryItem; +class LLViewerInventoryItem; class LLItemPropertiesObserver; class LLViewerObject; class LLPermissions; @@ -63,10 +63,10 @@ protected: /*virtual*/ void refresh(); /*virtual*/ void save(); - LLInventoryItem* findItem() const; + LLViewerInventoryItem* findItem() const; LLViewerObject* findObject() const; - void refreshFromItem(LLInventoryItem* item); + void refreshFromItem(LLViewerInventoryItem* item); private: LLUUID mItemID; // inventory UUID for the inventory item. |