diff options
Diffstat (limited to 'indra/newview/llfloaterexperienceprofile.h')
-rw-r--r-- | indra/newview/llfloaterexperienceprofile.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfloaterexperienceprofile.h b/indra/newview/llfloaterexperienceprofile.h index 7a5ced546b..1394418d91 100644 --- a/indra/newview/llfloaterexperienceprofile.h +++ b/indra/newview/llfloaterexperienceprofile.h @@ -76,6 +76,7 @@ protected: void setEditGroup(LLUUID group_id); void changeToView(); + void changeToEdit(); void experienceForgotten(); void experienceBlocked(); @@ -99,7 +100,7 @@ protected: int mSaveCompleteAction; bool mDirty; bool mForceClose; - + bool mPostEdit; // edit experience after opening and updating it private: static bool hasPermission(const LLSD& content, const std::string &name, const LLUUID &test); static void experiencePermissionResults(LLUUID exprienceId, LLSD result); |