| Index: samplecode/OverView.cpp
|
| diff --git a/samplecode/OverView.cpp b/samplecode/OverView.cpp
|
| index 9e229ff94714b624a29c97a00661cb20909cd81b..d7633452bc3c98e2864564e1ab59b14640ea7576 100644
|
| --- a/samplecode/OverView.cpp
|
| +++ b/samplecode/OverView.cpp
|
| @@ -60,7 +60,7 @@ protected:
|
| SkUnichar uni;
|
| if (SampleCode::CharQ(*evt, &uni)) {
|
| fMatchStr.appendUnichar(uni);
|
| - this->inval(NULL);
|
| + this->inval(nullptr);
|
| return true;
|
| }
|
| return this->INHERITED::onQuery(evt);
|
| @@ -86,7 +86,7 @@ protected:
|
| this->next(&loc);
|
| }
|
| }
|
| - return NULL;
|
| + return nullptr;
|
| }
|
|
|
| private:
|
|
|