summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelgroupexperiences.h
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2015-09-03 11:10:32 -0700
committerRider Linden <rider@lindenlab.com>2015-09-03 11:10:32 -0700
commitc08072a0508cefc6bfc8c05937e984a095f323ce (patch)
tree888f05cc81991e0916c800afba167a0cc5da766c /indra/newview/llpanelgroupexperiences.h
parent346f885473282a2826699c1d2c7dd624d60a1bf3 (diff)
Moved group experiences into experience cache. Use coros and new HTTP libs.
Diffstat (limited to 'indra/newview/llpanelgroupexperiences.h')
-rw-r--r--indra/newview/llpanelgroupexperiences.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llpanelgroupexperiences.h b/indra/newview/llpanelgroupexperiences.h
index ae1ecc1ac5..7c79f77332 100644
--- a/indra/newview/llpanelgroupexperiences.h
+++ b/indra/newview/llpanelgroupexperiences.h
@@ -48,6 +48,9 @@ public:
protected:
LLFlatListView* mExperiencesList;
+
+private:
+ static void groupExperiencesResults(LLHandle<LLPanelGroupExperiences>, const LLSD &);
};
#endif