The big NULL replacement party part 3.
Getting there I think.
This commit is contained in:
@@ -785,7 +785,7 @@ ConfOption *ConfOption::Find( RString name )
|
||||
return opt;
|
||||
}
|
||||
|
||||
return NULL;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
void ConfOption::UpdateAvailableOptions()
|
||||
|
||||
Reference in New Issue
Block a user