diff options
Diffstat (limited to 'linden/indra/newview/llfloateractivespeakers.h')
-rw-r--r-- | linden/indra/newview/llfloateractivespeakers.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloateractivespeakers.h b/linden/indra/newview/llfloateractivespeakers.h index 9b6f119..0fb0267 100644 --- a/linden/indra/newview/llfloateractivespeakers.h +++ b/linden/indra/newview/llfloateractivespeakers.h | |||
@@ -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 |