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

PushNotifications: add DeletedAtShutdown for PNs Singleton.

This commit is contained in:
Lukasz Kozakiewicz 2018-02-21 17:29:16 +01:00
parent 3e66bc69fb
commit 44ec4aee33

View file

@ -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