mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-28 02:30:05 +00:00
Changes for VC6 compatibility; added a couple of trimming methods to String; added a parameter to Socket::createConnection
This commit is contained in:
parent
d3ff5d9c4b
commit
93e4236b57
13 changed files with 142 additions and 29 deletions
|
|
@ -477,7 +477,7 @@ bool QuickTimeMovieComponent::loadMovie (const File& movieFile_,
|
|||
bool QuickTimeMovieComponent::loadMovie (const URL& movieURL,
|
||||
const bool isControllerVisible)
|
||||
{
|
||||
return loadMovie ((InputStream*) movieURL_.createInputStream (false), isControllerVisible);
|
||||
return loadMovie ((InputStream*) movieURL.createInputStream (false), isControllerVisible);
|
||||
}
|
||||
|
||||
void QuickTimeMovieComponent::goToStart()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue