mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-19 01:04:20 +00:00
Avoided a warning in OSX when core graphics is disabled
This commit is contained in:
parent
1b8c8bdb5d
commit
deae885df4
1 changed files with 2 additions and 0 deletions
|
|
@ -531,6 +531,8 @@ public:
|
|||
usingCoreGraphics = index > 0;
|
||||
[view setNeedsDisplay: true];
|
||||
}
|
||||
#else
|
||||
ignoreUnused (index);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue