Fixed typo introduced by former shimlib (corrected in shimlib 0.4.15)

This commit is contained in:
Roland Winklmeier
2014-03-11 22:28:04 +01:00
parent 5cac09f625
commit 200c2612e5

View File

@@ -206,7 +206,7 @@ namespace BlackCore
Q_ASSERT_X(m_voice->IsRoomValid(static_cast<qint32>(comUnit)), "CVoiceVatlib", "Room index out of bounds!");
try
{
m_voice->SetOutoutState(static_cast<qint32>(comUnit), 0, enable);
m_voice->SetOutputState(static_cast<qint32>(comUnit), 0, enable);
this->m_outputEnabled[comUnit] = enable;
}
catch (...)