diff options
Diffstat (limited to 'indra/newview/llpanelprofile.h')
-rw-r--r-- | indra/newview/llpanelprofile.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llpanelprofile.h b/indra/newview/llpanelprofile.h index c73973b812..f695167a89 100644 --- a/indra/newview/llpanelprofile.h +++ b/indra/newview/llpanelprofile.h @@ -164,7 +164,9 @@ private: /*virtual*/ void updateButtons(); void onClickSetName(); void onPickTexture(); - void onCommitMenu(const LLSD& userdata); + void onCommitMenu(const LLSD& userdata); + bool onEnableMenu(const LLSD& userdata); + bool onCheckMenu(const LLSD& userdata); void onAvatarNameCacheSetName(const LLUUID& id, const LLAvatarName& av_name); private: @@ -178,6 +180,7 @@ private: LLPanel* mSecondLifePicLayout; LLTextBase* mDescriptionEdit; LLPanel* mGiveInvPanel; + LLMenuButton* mAgentActionMenuButton; bool mVoiceStatus; std::string mImageFile; |