diff options
Diffstat (limited to 'indra/newview/llfloaterexperiences.h')
-rw-r--r-- | indra/newview/llfloaterexperiences.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llfloaterexperiences.h b/indra/newview/llfloaterexperiences.h index 1e5f216f8d..7d8c4a4be7 100644 --- a/indra/newview/llfloaterexperiences.h +++ b/indra/newview/llfloaterexperiences.h @@ -35,9 +35,14 @@ class LLFloaterExperiences : public: LLFloaterExperiences(const LLSD& data); + void clearFromRecent(const LLSD& ids); protected: /*virtual*/ BOOL postBuild(); + void setupRecentTabs(); + void addTab(const std::string& name, bool select); + + private: }; |