This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
PushNotifications: add DeletedAtShutdown for PNs Singleton.
tags/2021-05-28
Lukasz Kozakiewicz
8 years ago
parent
3e66bc69fb
commit
44ec4aee33
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save