summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterconversationlog.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloaterconversationlog.h')
-rw-r--r--indra/newview/llfloaterconversationlog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloaterconversationlog.h b/indra/newview/llfloaterconversationlog.h
index 85ca37c530..c82237c108 100644
--- a/indra/newview/llfloaterconversationlog.h
+++ b/indra/newview/llfloaterconversationlog.h
@@ -29,6 +29,7 @@
#include "llfloater.h"
class LLConversationLogList;
+class LLMenuButton;
class LLFloaterConversationLog : public LLFloater
{
@@ -50,6 +51,7 @@ private:
bool isActionChecked(const LLSD& userdata);
LLConversationLogList* mConversationLogList;
+ LLMenuButton* mConversationsGearBtn = nullptr;
};