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:
parent
1a6e39e97e
commit
3b6c05ec10
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue