Skip to content

Commit ed95a8a

Browse files
author
Roberto De Ioris
committed
NULL to nullptr
1 parent bb99fb8 commit ed95a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/UnrealEnginePython/Private/UEPyEditor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1961,7 +1961,7 @@ PyObject *py_unreal_engine_cancel_transaction(PyObject * self, PyObject * args)
19611961
int tid;
19621962
if (!PyArg_ParseTuple(args, "i:cancel_transaction", &tid))
19631963
{
1964-
return NULL;
1964+
return nullptr;
19651965
}
19661966

19671967
GEditor->CancelTransaction(tid);

0 commit comments

Comments
 (0)