diff options
Diffstat (limited to 'indra/newview/llpanelprofile.h')
-rw-r--r-- | indra/newview/llpanelprofile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpanelprofile.h b/indra/newview/llpanelprofile.h index 4ed09761df..ba98a360fa 100644 --- a/indra/newview/llpanelprofile.h +++ b/indra/newview/llpanelprofile.h @@ -178,6 +178,7 @@ private: /*virtual*/ void updateButtons(); void onClickSetName(); void onCommitTexture(); + void onCommitMenu(const LLSD& userdata); void onAvatarNameCacheSetName(const LLUUID& id, const LLAvatarName& av_name); private: @@ -201,6 +202,7 @@ private: LLButton* mGroupInviteButton; LLButton* mPayButton; LLButton* mIMButton; + LLMenuButton* mCopyMenuButton; bool mVoiceStatus; |