mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
macOS: Fixed a compiler error in juce_video when using the 10.11 SDK
This commit is contained in:
parent
9ade3b30d5
commit
68cac0c587
1 changed files with 2 additions and 2 deletions
|
|
@ -220,7 +220,7 @@ private:
|
|||
|
||||
private:
|
||||
static void valueChanged (id self, SEL, NSString* keyPath, id,
|
||||
NSDictionary<NSKeyValueChangeKey, id>* change, void*)
|
||||
NSDictionary<NSString*, id>* change, void*)
|
||||
{
|
||||
auto& owner = getOwner (self);
|
||||
|
||||
|
|
@ -321,7 +321,7 @@ private:
|
|||
|
||||
private:
|
||||
static void valueChanged (id self, SEL, NSString*, id object,
|
||||
NSDictionary<NSKeyValueChangeKey, id>* change, void* context)
|
||||
NSDictionary<NSString*, id>* change, void* context)
|
||||
{
|
||||
auto& owner = getOwner (self);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue