mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-02 03:20:06 +00:00
Change posix juce_readFile to always return >= 0. Sorted out a casting error in carbon AU plugins. Tidied up a bunch of win32 warnings.
This commit is contained in:
parent
49320b25d2
commit
f316faaa04
30 changed files with 270 additions and 438 deletions
|
|
@ -449,7 +449,7 @@ public:
|
|||
return true;
|
||||
}
|
||||
|
||||
bool keyStateChanged (const bool)
|
||||
bool keyStateChanged (bool)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue