summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorylistitem.h
diff options
context:
space:
mode:
authorMaxim Nikolenko <118780484+maxim-productengine@users.noreply.github.com>2022-12-01 02:04:04 +0200
committerGitHub <noreply@github.com>2022-12-01 02:04:04 +0200
commitcfc2d2890e02898199337f46f364edc2fd3efcf8 (patch)
tree0695a58e2a0146dcd8957506a8c3ca6bff368801 /indra/newview/llinventorylistitem.h
parent2dd3030993db6b2d310decdb09caef4e6f83bd97 (diff)
SL-18243 Add wear and unwear buttons on line items in Outfits floater
Diffstat (limited to 'indra/newview/llinventorylistitem.h')
-rw-r--r--indra/newview/llinventorylistitem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorylistitem.h b/indra/newview/llinventorylistitem.h
index d4dd212cc3..cf713a6930 100644
--- a/indra/newview/llinventorylistitem.h
+++ b/indra/newview/llinventorylistitem.h
@@ -197,6 +197,7 @@ protected:
virtual BOOL handleToolTip( S32 x, S32 y, MASK mask);
const LLUUID mInventoryItemUUID;
+ bool mHovered;
private:
@@ -221,7 +222,6 @@ private:
LLUIImagePtr mSelectedImage;
LLUIImagePtr mSeparatorImage;
- bool mHovered;
bool mSelected;
bool mSeparatorVisible;