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