1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Fixed a typo in QuickTimeComponent.

This commit is contained in:
jules 2012-10-08 13:28:19 +01:00
parent def462bad0
commit 1cf473b8df

View file

@ -146,7 +146,7 @@ bool QuickTimeMovieComponent::loadMovie (InputStream* movieStream, const bool sh
return movie != nil;
}
bool QuickTimeMovieComponent::loadMovie (const URL& movieURL,, const bool showController)
bool QuickTimeMovieComponent::loadMovie (const URL& movieURL, const bool showController)
{
// unfortunately, QTMovie objects can only be created on the main thread..
jassert (MessageManager::getInstance()->isThisTheMessageThread());