mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Android: Fixed a compile error in PushNotificationsDemo.h
This commit is contained in:
parent
be589191a0
commit
9417021177
1 changed files with 1 additions and 1 deletions
|
|
@ -260,7 +260,7 @@ private:
|
|||
|
||||
#if JUCE_ANDROID
|
||||
// Note: this is not strictly speaking required param, just doing it here because it is the fastest way!
|
||||
n.publicVersion = new PushNotifications::Notification();
|
||||
n.publicVersion.reset (new PushNotifications::Notification());
|
||||
n.publicVersion->identifier = "blahblahblah";
|
||||
n.publicVersion->title = "Public title!";
|
||||
n.publicVersion->body = "Public body!";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue