diff options
author | dolphin <dolphin@lindenlab.com> | 2013-10-15 16:42:55 -0700 |
---|---|---|
committer | dolphin <dolphin@lindenlab.com> | 2013-10-15 16:42:55 -0700 |
commit | 1aed2f848c4f2a86d6c2ea6385ebb920e7658aa8 (patch) | |
tree | 7a7bfbb99f161894b453bf5af19478c17b1f7d8b /indra/newview/llfloaterexperienceprofile.h | |
parent | 8add9a00f81b84f5268fc264f5871b04ae8547b8 (diff) |
Added LLTabContainer::getTotalTabWidth
Cleaned up experience profile floater
Diffstat (limited to 'indra/newview/llfloaterexperienceprofile.h')
-rw-r--r-- | indra/newview/llfloaterexperienceprofile.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/llfloaterexperienceprofile.h b/indra/newview/llfloaterexperienceprofile.h index 4aa9820a91..feaff0547e 100644 --- a/indra/newview/llfloaterexperienceprofile.h +++ b/indra/newview/llfloaterexperienceprofile.h @@ -63,13 +63,13 @@ protected: void onClickPermission(const char* permission); void onClickForget(); void onClickCancel(); - - void changeToView(); - void onClickSave(); - + void onClickLocation(); + void onClickClear(); void onFieldChanged(); + void changeToView(); + static void experienceCallback(LLHandle<LLFloaterExperienceProfile> handle, const LLSD& experience); BOOL postBuild(); |