summaryrefslogtreecommitdiff
path: root/indra/newview/llnearbychatbar.h
diff options
context:
space:
mode:
authorYuri Chebotarev <ychebotarev@productengine.com>2009-11-04 14:26:45 +0200
committerYuri Chebotarev <ychebotarev@productengine.com>2009-11-04 14:26:45 +0200
commit6698c134b2c83b317df302f7b2f8f94124fc12e0 (patch)
tree28fb5e436f6cb183116f39c6d7fc9d0bff0365f6 /indra/newview/llnearbychatbar.h
parent8bd0c9058d3d24218cf59dd01f152b41240853a4 (diff)
parent7ad64438430de9a26d2c7c790eb196db4817f259 (diff)
merge
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llnearbychatbar.h')
-rw-r--r--indra/newview/llnearbychatbar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llnearbychatbar.h b/indra/newview/llnearbychatbar.h
index 06204e6367..0307eee7bf 100644
--- a/indra/newview/llnearbychatbar.h
+++ b/indra/newview/llnearbychatbar.h
@@ -127,7 +127,7 @@ protected:
LLLineEditor* mChatBox;
LLTalkButton* mTalkBtn;
LLOutputMonitorCtrl* mOutputMonitor;
- LLActiveSpeakerMgr mSpeakerMgr;
+ LLLocalSpeakerMgr* mSpeakerMgr;
};
#endif