[Android] Fix warning in NotificationClass.cpp

This commit is contained in:
zilmar 2016-11-21 18:00:09 +11:00
parent fb0a172d56
commit d230250930
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ extern JavaBridge * g_JavaBridge;
CNotificationImp & Notify(void) CNotificationImp & Notify(void)
{ {
static CNotificationImp g_Notify; static CNotificationImp Notify;
return g_Notify; return Notify;
} }
CNotificationImp::CNotificationImp() : CNotificationImp::CNotificationImp() :