1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-09 15:47:38 +02:00

Style fixes

This commit is contained in:
Uwe L. Korn
2014-10-21 23:03:16 +02:00
parent dfd3715051
commit eeff358e1d

View File

@@ -152,12 +152,14 @@ AudioOutput::setAutoDelete ( bool ad )
m_autoDelete = ad;
}
void
AudioOutput::setCurrentSource( MediaStream stream )
{
setCurrentSource( new MediaStream(stream) );
}
void
AudioOutput::setCurrentSource( MediaStream* stream )
{