You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-02 19:01:36 +00:00
Replace NULL with nullptr
This commit is contained in:
@@ -138,7 +138,7 @@ class VisualScriptExpression : public VisualScriptNode {
|
||||
|
||||
Type type;
|
||||
|
||||
ENode() { next = NULL; }
|
||||
ENode() { next = nullptr; }
|
||||
virtual ~ENode() {
|
||||
if (next) {
|
||||
memdelete(next);
|
||||
|
||||
Reference in New Issue
Block a user