summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterexperiences.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloaterexperiences.h')
-rw-r--r--indra/newview/llfloaterexperiences.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llfloaterexperiences.h b/indra/newview/llfloaterexperiences.h
index 27b453042b..bb2de2f0db 100644
--- a/indra/newview/llfloaterexperiences.h
+++ b/indra/newview/llfloaterexperiences.h
@@ -29,6 +29,8 @@
#include "llfloater.h"
+class LLPanelExperiences;
+
class LLFloaterExperiences :
public LLFloater
{
@@ -43,9 +45,10 @@ protected:
/*virtual*/ BOOL postBuild();
void refreshContents();
void setupRecentTabs();
- void addTab(const std::string& name, bool select);
+ LLPanelExperiences* addTab(const std::string& name, bool select);
bool updatePermissions(const LLSD& permission);
+ void sendPurchaseRequest() const;
private: