mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-05 03:50:07 +00:00
Font fix. Juggled some win32 headers around to try to avoid include problems with certain SDK versions.
This commit is contained in:
parent
0853a9b686
commit
88e1e031d5
7 changed files with 497 additions and 504 deletions
|
|
@ -177,7 +177,7 @@ void QuickTimeMovieComponent::closeMovie()
|
|||
pimpl->clearHandle();
|
||||
}
|
||||
|
||||
const File QuickTimeMovieComponent::getCurrentMovieFile() const
|
||||
File QuickTimeMovieComponent::getCurrentMovieFile() const
|
||||
{
|
||||
return movieFile;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue