diff options
| author | Nat Goodspeed <nat@lindenlab.com> | 2011-04-12 11:04:19 -0400 |
|---|---|---|
| committer | Nat Goodspeed <nat@lindenlab.com> | 2011-04-12 11:04:19 -0400 |
| commit | e9f6de28b2e2be98bd8bb9e62fcffafebd29a939 (patch) | |
| tree | 2f385f2f287fc1edce38d6f7a033a940170c880a /indra/newview/llgroupactions.cpp | |
| parent | 37bf11cc138565f866b4deea519543832c7a3887 (diff) | |
CHOP-581: Preliminary attempt to add enter/leave group chat hooks.
Unstable! Using present "startIM" is known to crash the Mac viewer. Committing
to migrate to different dev box for further debugging.
Diffstat (limited to 'indra/newview/llgroupactions.cpp')
| -rw-r--r-- | indra/newview/llgroupactions.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llgroupactions.cpp b/indra/newview/llgroupactions.cpp index 7c56e610ce..92fd84ff5b 100644 --- a/indra/newview/llgroupactions.cpp +++ b/indra/newview/llgroupactions.cpp @@ -40,10 +40,12 @@ #include "llsidetray.h" #include "llstatusbar.h" // can_afford_transaction() #include "llimfloater.h" +#include "groupchatlistener.h" // // Globals // +static GroupChatListener sGroupChatListener; class LLGroupHandler : public LLCommandHandler { |
