Minor indentation and namespace fix

This commit is contained in:
Laurent Gomila 2013-08-12 19:02:12 +02:00
parent a7f7c57a72
commit 424c424376
2 changed files with 10 additions and 10 deletions

View File

@ -48,7 +48,7 @@ SoundRecorder::SoundRecorder() :
m_thread (&SoundRecorder::record, this),
m_sampleRate (0),
m_isCapturing (false),
m_processingInterval(sf::milliseconds(100))
m_processingInterval(milliseconds(100))
{
priv::ensureALInit();
}