mirror of https://github.com/axmolengine/axmol.git
CREATE_FUNC macro NULL -> nullptr
This commit is contained in:
parent
6115e92284
commit
7fe2b87574
|
@ -50,8 +50,8 @@ static __TYPE__* create() \
|
|||
else \
|
||||
{ \
|
||||
delete pRet; \
|
||||
pRet = NULL; \
|
||||
return NULL; \
|
||||
pRet = nullptr; \
|
||||
return nullptr; \
|
||||
} \
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue