diff options
author | dolphin <dolphin@lindenlab.com> | 2013-10-22 10:51:53 -0700 |
---|---|---|
committer | dolphin <dolphin@lindenlab.com> | 2013-10-22 10:51:53 -0700 |
commit | 309ffd57fade231c3d14eedfe1171788e250f088 (patch) | |
tree | 61b6bfb1072bdb67b0399b90288525f647648a03 /indra/newview/llpanelexperiences.h | |
parent | 035eafb0c69c434c709862c816663f2b4ca2ab2b (diff) |
Post events on experience permission changes to refresh uis
Diffstat (limited to 'indra/newview/llpanelexperiences.h')
-rw-r--r-- | indra/newview/llpanelexperiences.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpanelexperiences.h b/indra/newview/llpanelexperiences.h index 45773adda9..df35d8b53b 100644 --- a/indra/newview/llpanelexperiences.h +++ b/indra/newview/llpanelexperiences.h @@ -61,6 +61,8 @@ public: LLExperienceItem* getSelectedExperienceItem(); void removeExperiences( const LLSD& ids ); + void removeExperience( const LLUUID& id); + void addExperience( const LLUUID& id); protected: private: |