summaryrefslogtreecommitdiff
path: root/indra/newview/llnearbychat.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llnearbychat.h')
-rw-r--r--indra/newview/llnearbychat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llnearbychat.h b/indra/newview/llnearbychat.h
index 670a394c95..efa2e479e6 100644
--- a/indra/newview/llnearbychat.h
+++ b/indra/newview/llnearbychat.h
@@ -38,6 +38,7 @@
#include "llchat.h"
class LLResizeBar;
+class LLViewerTextEditor;
class LLNearbyChat: public LLFloater
{
@@ -87,6 +88,8 @@ private:
//LLResizeBar* mResizeBar[RESIZE_BAR_COUNT];
LLHandle<LLView> mPopupMenuHandle;
+ LLPanel* mChatCaptionPanel;
+ LLViewerTextEditor* mChatHistoryEditor;
};
#endif