JUCE_EXECUTE_APP_SUSPEND_ON_BACKGROUND_TASK is broken

Hi,

enabling JUCE_EXECUTE_APP_SUSPEND_ON_BACKGROUND_TASK from the juce_events module on iOS leads to compile errors in the juce_Windowing_ios.mm file.

Can the JUCE team please fix it?

I think the commit that broke it is 70a2dd7e15b1becfbea8eb36ca37c04edaefcbaa.

Cheers

Fixed here:

Thank you for reporting.