summaryrefslogtreecommitdiff
path: root/indra/newview/llnearbychatbar.h
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2009-11-04 20:34:11 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2009-11-04 20:34:11 +0000
commit179f18d1ab5cc93509339684029cf7e4fe0b3eaa (patch)
treefcdeb269247193001320c6c4ea0f43b2d2beecbb /indra/newview/llnearbychatbar.h
parentc9ac2b54b94b4b4bb30e9f0750601b6289a802a0 (diff)
LLTalkButton -> LLSpeakButton, 'cos that's what it is.
Diffstat (limited to 'indra/newview/llnearbychatbar.h')
-rw-r--r--indra/newview/llnearbychatbar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llnearbychatbar.h b/indra/newview/llnearbychatbar.h
index 3fa1d3ea8a..9645c6b468 100644
--- a/indra/newview/llnearbychatbar.h
+++ b/indra/newview/llnearbychatbar.h
@@ -42,7 +42,7 @@
#include "llspeakers.h"
-class LLTalkButton;
+class LLSpeakButton;
class LLGestureComboBox
@@ -128,7 +128,7 @@ protected:
static S32 sLastSpecialChatChannel;
LLLineEditor* mChatBox;
- LLTalkButton* mTalkBtn;
+ LLSpeakButton* mSpeakBtn;
LLOutputMonitorCtrl* mOutputMonitor;
LLActiveSpeakerMgr mSpeakerMgr;
};