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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user