[Android] Fix warning in NotificationClass.cpp
This commit is contained in:
parent
fb0a172d56
commit
d230250930
|
@ -23,8 +23,8 @@ extern JavaBridge * g_JavaBridge;
|
|||
|
||||
CNotificationImp & Notify(void)
|
||||
{
|
||||
static CNotificationImp g_Notify;
|
||||
return g_Notify;
|
||||
static CNotificationImp Notify;
|
||||
return Notify;
|
||||
}
|
||||
|
||||
CNotificationImp::CNotificationImp() :
|
||||
|
|
Loading…
Reference in New Issue