[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)
|
CNotificationImp & Notify(void)
|
||||||
{
|
{
|
||||||
static CNotificationImp g_Notify;
|
static CNotificationImp Notify;
|
||||||
return g_Notify;
|
return Notify;
|
||||||
}
|
}
|
||||||
|
|
||||||
CNotificationImp::CNotificationImp() :
|
CNotificationImp::CNotificationImp() :
|
||||||
|
|
Loading…
Reference in New Issue