diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-05-24 11:12:11 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-05-24 11:12:11 -0400 |
commit | 9d9ecb2462e559057a2fc226bd6e7c90f5eb6c61 (patch) | |
tree | 2e31025a7b9299e473e80599d96ab5ec1c5f6739 /indra/newview/llfloaterimnearbychat.cpp | |
parent | e2f179b9edebca1557ce3f774781bb9b9350b781 (diff) | |
parent | 30da8853c88e755ac5c0836f3952d16d501d3502 (diff) |
Merge branch 'release/luau-scripting' into lua-timers
Diffstat (limited to 'indra/newview/llfloaterimnearbychat.cpp')
-rw-r--r-- | indra/newview/llfloaterimnearbychat.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llfloaterimnearbychat.cpp b/indra/newview/llfloaterimnearbychat.cpp index e64f468cbe..6b817c7cf1 100644 --- a/indra/newview/llfloaterimnearbychat.cpp +++ b/indra/newview/llfloaterimnearbychat.cpp @@ -52,6 +52,7 @@ #include "llfirstuse.h" #include "llfloaterimnearbychat.h" +#include "llfloaterimnearbychatlistener.h" #include "llagent.h" // gAgent #include "llgesturemgr.h" #include "llmultigesture.h" @@ -71,6 +72,8 @@ S32 LLFloaterIMNearbyChat::sLastSpecialChatChannel = 0; +static LLFloaterIMNearbyChatListener sChatListener; + const S32 EXPANDED_HEIGHT = 266; const S32 COLLAPSED_HEIGHT = 60; const S32 EXPANDED_MIN_HEIGHT = 150; |