1
0
Fork 0
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:
ed 2019-04-23 11:28:18 +01:00
parent be589191a0
commit 9417021177

View file

@ -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!";