You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Replace NULL with nullptr
This commit is contained in:
@@ -50,7 +50,7 @@ Control *SplitContainer::_getch(int p_idx) const {
|
||||
idx++;
|
||||
}
|
||||
|
||||
return NULL;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
void SplitContainer::_resort() {
|
||||
|
||||
Reference in New Issue
Block a user