diff options
Diffstat (limited to 'linden/indra/newview/llfloateractivespeakers.h')
-rw-r--r-- | linden/indra/newview/llfloateractivespeakers.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/linden/indra/newview/llfloateractivespeakers.h b/linden/indra/newview/llfloateractivespeakers.h index 550b48c..0fb0267 100644 --- a/linden/indra/newview/llfloateractivespeakers.h +++ b/linden/indra/newview/llfloateractivespeakers.h | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * $LicenseInfo:firstyear=2005&license=viewergpl$ | 5 | * $LicenseInfo:firstyear=2005&license=viewergpl$ |
6 | * | 6 | * |
7 | * Copyright (c) 2005-2008, Linden Research, Inc. | 7 | * Copyright (c) 2005-2009, Linden Research, Inc. |
8 | * | 8 | * |
9 | * Second Life Viewer Source Code | 9 | * Second Life Viewer Source Code |
10 | * The source code in this file ("Source Code") is provided by Linden Lab | 10 | * The source code in this file ("Source Code") is provided by Linden Lab |
@@ -53,7 +53,8 @@ public: | |||
53 | typedef enum e_speaker_type | 53 | typedef enum e_speaker_type |
54 | { | 54 | { |
55 | SPEAKER_AGENT, | 55 | SPEAKER_AGENT, |
56 | SPEAKER_OBJECT | 56 | SPEAKER_OBJECT, |
57 | SPEAKER_EXTERNAL // Speaker that doesn't map to an avatar or object (i.e. PSTN caller in a group) | ||
57 | } ESpeakerType; | 58 | } ESpeakerType; |
58 | 59 | ||
59 | typedef enum e_speaker_status | 60 | typedef enum e_speaker_status |