Browse Source

Fixed a typo in QuickTimeComponent.

tags/2021-05-28
jules 12 years ago
parent
commit
1cf473b8df
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_video/native/juce_mac_QuickTimeMovieComponent.mm

+ 1
- 1
modules/juce_video/native/juce_mac_QuickTimeMovieComponent.mm 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());


Loading…
Cancel
Save