From 44ec4aee335368301a9a03d9366ef34da90e836a Mon Sep 17 00:00:00 2001 From: Lukasz Kozakiewicz Date: Wed, 21 Feb 2018 17:29:16 +0100 Subject: [PATCH] PushNotifications: add DeletedAtShutdown for PNs Singleton. --- modules/juce_gui_extra/misc/juce_PushNotifications.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_gui_extra/misc/juce_PushNotifications.h b/modules/juce_gui_extra/misc/juce_PushNotifications.h index 8a7cdf1f21..66cf62142d 100644 --- a/modules/juce_gui_extra/misc/juce_PushNotifications.h +++ b/modules/juce_gui_extra/misc/juce_PushNotifications.h @@ -41,7 +41,7 @@ namespace juce Bear in mind that some fields will not be available when receiving a remote notification. */ -class JUCE_API PushNotifications +class JUCE_API PushNotifications : private DeletedAtShutdown { public: #ifndef DOXYGEN