aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloateractivespeakers.h
diff options
context:
space:
mode:
authorJacek Antonelli2009-02-12 02:06:41 -0600
committerJacek Antonelli2009-02-12 02:06:45 -0600
commit61f97b33f9850d21965d397b947a298c16ba576d (patch)
treea2edff0a7fbc83e2259eda952511b0fbdbea290b /linden/indra/newview/llfloateractivespeakers.h
parentSecond Life viewer sources 1.22.7-RC (diff)
downloadmeta-impy-61f97b33f9850d21965d397b947a298c16ba576d.zip
meta-impy-61f97b33f9850d21965d397b947a298c16ba576d.tar.gz
meta-impy-61f97b33f9850d21965d397b947a298c16ba576d.tar.bz2
meta-impy-61f97b33f9850d21965d397b947a298c16ba576d.tar.xz
Second Life viewer sources 1.22.8-RC
Diffstat (limited to 'linden/indra/newview/llfloateractivespeakers.h')
-rw-r--r--linden/indra/newview/llfloateractivespeakers.h3
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