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

Fixed a config name mismatch in juce_events.h

This commit is contained in:
ed 2019-12-05 09:53:13 +00:00
parent 17275dbf8f
commit 0273a4ad18

View file

@ -50,7 +50,7 @@
#include <juce_core/juce_core.h>
//==============================================================================
/** Config: JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK
/** Config: JUCE_EXECUTE_APP_SUSPEND_ON_BACKGROUND_TASK
Will execute your application's suspend method on an iOS background task, giving
you extra time to save your applications state.
*/