Style: Replaces uses of 0/NULL by nullptr (C++11)
Using clang-tidy's `modernize-use-nullptr`. https://clang.llvm.org/extra/clang-tidy/checks/modernize-use-nullptr.html
This commit is contained in:
@ -125,7 +125,7 @@ void BackgroundProgress::end_task(const String &p_task) {
|
||||
|
||||
////////////////////////////////////////////////
|
||||
|
||||
ProgressDialog *ProgressDialog::singleton = NULL;
|
||||
ProgressDialog *ProgressDialog::singleton = nullptr;
|
||||
|
||||
void ProgressDialog::_notification(int p_what) {
|
||||
switch (p_what) {
|
||||
|
||||
Reference in New Issue
Block a user