summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterexperienceprofile.h
diff options
context:
space:
mode:
authordolphin <dolphin@lindenlab.com>2013-10-15 16:42:55 -0700
committerdolphin <dolphin@lindenlab.com>2013-10-15 16:42:55 -0700
commit1aed2f848c4f2a86d6c2ea6385ebb920e7658aa8 (patch)
tree7a7bfbb99f161894b453bf5af19478c17b1f7d8b /indra/newview/llfloaterexperienceprofile.h
parent8add9a00f81b84f5268fc264f5871b04ae8547b8 (diff)
Added LLTabContainer::getTotalTabWidth
Cleaned up experience profile floater
Diffstat (limited to 'indra/newview/llfloaterexperienceprofile.h')
-rw-r--r--indra/newview/llfloaterexperienceprofile.h8
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();