diff options
Diffstat (limited to 'indra/newview/llfolderviewitem.h')
| -rw-r--r-- | indra/newview/llfolderviewitem.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfolderviewitem.h b/indra/newview/llfolderviewitem.h index e9aab560c8..09c97662d9 100644 --- a/indra/newview/llfolderviewitem.h +++ b/indra/newview/llfolderviewitem.h @@ -96,6 +96,7 @@ public: struct Params : public LLInitParam::Block<Params, LLView::Params> { Optional<LLUIImage*> icon; + Optional<LLUIImage*> icon_open; // used for folders Optional<LLFolderView*> root; Optional<LLFolderViewEventListener*> listener; @@ -143,6 +144,7 @@ protected: std::string mLabelSuffix; LLUIImagePtr mIcon; std::string mStatusText; + LLUIImagePtr mIconOpen; BOOL mHasVisibleChildren; S32 mIndentation; S32 mNumDescendantsSelected; |
