summaryrefslogtreecommitdiff
path: root/indra/newview/llpersontabview.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llpersontabview.h')
-rw-r--r--indra/newview/llpersontabview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpersontabview.h b/indra/newview/llpersontabview.h
index 9e5fdc3057..9839a1eaaf 100644
--- a/indra/newview/llpersontabview.h
+++ b/indra/newview/llpersontabview.h
@@ -77,6 +77,7 @@ public:
struct Params : public LLInitParam::Block<Params, LLFolderViewItem::Params>
{
Params();
+ Optional<LLIconCtrl::Params> facebook_icon;
Optional<LLAvatarIconCtrl::Params> avatar_icon;
Optional<LLTextBox::Params> last_interaction_time_textbox;
Optional<LLIconCtrl::Params> permission_edit_theirs_icon;
@@ -111,6 +112,7 @@ private:
LLPointer<LLUIImage> mImageOver;
LLPointer<LLUIImage> mImageSelected;
+ LLIconCtrl * mFacebookIcon;
LLAvatarIconCtrl* mAvatarIcon;
LLTextBox * mLastInteractionTimeTextbox;
LLIconCtrl * mPermissionEditTheirsIcon;