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:
parent
def462bad0
commit
1cf473b8df
1 changed files with 1 additions and 1 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue