Browse Source

PushNotifications: add DeletedAtShutdown for PNs Singleton.

tags/2021-05-28
Lukasz Kozakiewicz 8 years ago
parent
commit
44ec4aee33
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_gui_extra/misc/juce_PushNotifications.h

+ 1
- 1
modules/juce_gui_extra/misc/juce_PushNotifications.h 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


Loading…
Cancel
Save