summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelexperiencelog.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llpanelexperiencelog.h')
-rw-r--r--indra/newview/llpanelexperiencelog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpanelexperiencelog.h b/indra/newview/llpanelexperiencelog.h
index e4edd216d5..4135d9cac9 100644
--- a/indra/newview/llpanelexperiencelog.h
+++ b/indra/newview/llpanelexperiencelog.h
@@ -35,6 +35,7 @@ class LLPanelExperienceLog
: public LLPanel
{
public:
+
LLPanelExperienceLog();
static LLPanelExperienceLog* create();
@@ -57,6 +58,7 @@ private:
LLScrollListCtrl* mEventList;
U32 mPageSize;
U32 mCurrentPage;
+ boost::signals2::scoped_connection mNewEvent;
};
#endif // LL_LLPANELEXPERIENCELOG_H