summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelexperiences.h
diff options
context:
space:
mode:
authordolphin <dolphin@lindenlab.com>2012-12-18 16:06:00 -0800
committerdolphin <dolphin@lindenlab.com>2012-12-18 16:06:00 -0800
commit179e944f45476e03eb7b828e427f9d299529ad12 (patch)
treee14192cd17afc0f1b77de959e2d8153add497471 /indra/newview/llpanelexperiences.h
parentbc8b81b16d083cacd6ab4cf45a60cfec9dfc5a8c (diff)
Updated client to use new caps
brought over server changes to llExperienceCache
Diffstat (limited to 'indra/newview/llpanelexperiences.h')
-rw-r--r--indra/newview/llpanelexperiences.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/indra/newview/llpanelexperiences.h b/indra/newview/llpanelexperiences.h
index 33bb0f944a..1fe3f6ae1d 100644
--- a/indra/newview/llpanelexperiences.h
+++ b/indra/newview/llpanelexperiences.h
@@ -31,7 +31,6 @@
#include "llflatlistview.h"
#include "llpanelavatar.h"
-class LLExperienceData;
class LLExperienceItem;
class LLPanelProfile;
@@ -69,7 +68,7 @@ public:
LLExperienceItem* getSelectedExperienceItem();
void setProfilePanel(LLPanelProfile* profile_panel);
-
+ void addExperienceInfo(const LLSD& experience);
protected:
void onListCommit(const LLFlatListView* f_list);
@@ -97,7 +96,7 @@ public:
LLExperienceItem();
~LLExperienceItem();
- void init(LLExperienceData* experience_data);
+ void init(LLSD* experience_data);
/*virtual*/ BOOL postBuild();
void update();