fix compilation error that introduced by recent changes

Review URL: http://webrtc-codereview.appspot.com/32006

git-svn-id: http://webrtc.googlecode.com/svn/trunk@37 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
leozwang@google.com
2011-06-02 21:29:31 +00:00
parent 936b36dbf6
commit 56307f1257

View File

@@ -732,7 +732,7 @@ int VoEHardwareImpl::GetLoudspeakerStatus(bool& enabled)
return -1;
}
if (_audioDevicePtr->GetLoudspeakerStatus(enabled) < 0)
if (_audioDevicePtr->GetLoudspeakerStatus(&enabled) < 0)
{
_engineStatistics.SetLastError(VE_IGNORED_FUNCTION, kTraceError,
" Failed to get loudspeaker status");