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:
parent
3e66bc69fb
commit
44ec4aee33
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue