1
0
Fork 0
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:
ed 2018-11-23 09:53:42 +00:00
parent 9ade3b30d5
commit 68cac0c587

View file

@ -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);