Minor indentation and namespace fix
This commit is contained in:
parent
a7f7c57a72
commit
424c424376
|
@ -48,7 +48,7 @@ SoundRecorder::SoundRecorder() :
|
||||||
m_thread (&SoundRecorder::record, this),
|
m_thread (&SoundRecorder::record, this),
|
||||||
m_sampleRate (0),
|
m_sampleRate (0),
|
||||||
m_isCapturing (false),
|
m_isCapturing (false),
|
||||||
m_processingInterval(sf::milliseconds(100))
|
m_processingInterval(milliseconds(100))
|
||||||
{
|
{
|
||||||
priv::ensureALInit();
|
priv::ensureALInit();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue