1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

iOS: Fix a compiler warning

This commit is contained in:
Tom Poole 2022-04-20 09:44:53 +01:00
parent 1a6e39e97e
commit 3b6c05ec10

View file

@ -976,7 +976,7 @@ public:
{
const auto value = (newValue != nullptr ? *newValue : juceParam->getValue()) * getMaximumParameterValue (juceParam);
if (@available (macOS 10.12, *))
if (@available (macOS 10.12, iOS 10.0, *))
{
[param setValue: value
originator: editorObserverToken