diff options
| author | Andrew A. de Laix <alain@lindenlab.com> | 2011-04-14 15:23:09 -0700 |
|---|---|---|
| committer | Andrew A. de Laix <alain@lindenlab.com> | 2011-04-14 15:23:09 -0700 |
| commit | 96f5a8e19cf36a59cd3b5afe413ec8e2d5fc33ce (patch) | |
| tree | bf3b61dda0eca5a628dd3826e3c75e29b90ae1d3 /indra/newview/llgroupactions.h | |
| parent | e9f6de28b2e2be98bd8bb9e62fcffafebd29a939 (diff) | |
add testing hook to send a group chat IM.
Diffstat (limited to 'indra/newview/llgroupactions.h')
| -rw-r--r-- | indra/newview/llgroupactions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llgroupactions.h b/indra/newview/llgroupactions.h index c52a25818b..3f9852f194 100644 --- a/indra/newview/llgroupactions.h +++ b/indra/newview/llgroupactions.h @@ -87,7 +87,7 @@ public: /** * Start group instant messaging session. */ - static void startIM(const LLUUID& group_id); + static LLUUID startIM(const LLUUID& group_id); /** * End group instant messaging session. |
