diff options
author | dolphin <dolphin@lindenlab.com> | 2013-09-09 11:19:41 -0700 |
---|---|---|
committer | dolphin <dolphin@lindenlab.com> | 2013-09-09 11:19:41 -0700 |
commit | 51c01f5294b68b66706685346ecea16246b85cce (patch) | |
tree | ea97dd2ed8661026a283d509c84acdf99cc6a1d4 /indra/newview/llfloaterexperienceprofile.h | |
parent | 541e92c3653e112ec54ea322c9c5c54cacb0fd21 (diff) |
More explicitnexx for the mac build
Also update the experience cache when the update returns.
Diffstat (limited to 'indra/newview/llfloaterexperienceprofile.h')
-rw-r--r-- | indra/newview/llfloaterexperienceprofile.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llfloaterexperienceprofile.h b/indra/newview/llfloaterexperienceprofile.h index c32f274206..1f1e135c01 100644 --- a/indra/newview/llfloaterexperienceprofile.h +++ b/indra/newview/llfloaterexperienceprofile.h @@ -41,7 +41,7 @@ class LLFloaterExperienceProfile : public LLFloater { LOG_CLASS(LLFloaterExperienceProfile); public: - enum + enum PostSaveAction { NOTHING, CLOSE, @@ -74,7 +74,7 @@ protected: BOOL postBuild(); bool setMaturityString(U8 maturity, LLTextBox* child, LLComboBox* combo); - bool handleSaveChangesDialog(const LLSD& notification, const LLSD& response, int action); + bool handleSaveChangesDialog(const LLSD& notification, const LLSD& response, PostSaveAction action); void doSave( int success_action ); LLUUID mExperienceId; LLSD mExperienceDetails; |