[DEBUG] correct build on windows

This commit is contained in:
Edouard DUPIN 2016-03-17 22:13:08 +01:00
parent e7511a0b92
commit f4f1ee888b

View File

@ -772,7 +772,7 @@ bool audio::orchestra::api::Ds::open(uint32_t _device,
goto error;
}
// Boost DS thread priority
etk::thread::setPriority(*m_private->thread, -6);
ethread::setPriority(*m_private->thread, -6);
}
return true;
error: