summaryrefslogtreecommitdiff
path: root/indra/newview/llstatusbar.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2009-11-27 12:58:45 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2009-11-27 12:58:45 +0000
commitcf485a384ba8cd5249ae11949fe3464252f5ba06 (patch)
tree4ef35a39cb65498ccc720130410933eb538dc028 /indra/newview/llstatusbar.cpp
parente90e8e8f775ac728d0ac4e191f5a28304a98d253 (diff)
more fiddling and tracing.
Diffstat (limited to 'indra/newview/llstatusbar.cpp')
-rw-r--r--indra/newview/llstatusbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llstatusbar.cpp b/indra/newview/llstatusbar.cpp
index c1d8c26dce..ed125e0a59 100644
--- a/indra/newview/llstatusbar.cpp
+++ b/indra/newview/llstatusbar.cpp
@@ -162,7 +162,7 @@ LLStatusBar::LLStatusBar(const LLRect& rect)
mBtnVolume = getChild<LLButton>( "volume_btn" );
mBtnVolume->setClickedCallback( onClickVolume, this );
- mPanelVolume = getChild<LLPanel>( "volume_pulldown" );
+ mPanelVolume = getChild<LLPanelVolumePulldown>( "volume_pulldown" );
gSavedSettings.getControl("MuteAudio")->getSignal()->connect(boost::bind(&LLStatusBar::onVolumeChanged, this, _2));