diff options
Diffstat (limited to 'samplecode/SamplePathFuzz.cpp')
| -rw-r--r-- | samplecode/SamplePathFuzz.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samplecode/SamplePathFuzz.cpp b/samplecode/SamplePathFuzz.cpp index 70a052f80a..317833dfe9 100644 --- a/samplecode/SamplePathFuzz.cpp +++ b/samplecode/SamplePathFuzz.cpp @@ -685,7 +685,7 @@ protected: path_fuzz_stroker(&offscreen, fIndex += 100); canvas->drawBitmap(offscreen, 0, 0); } - this->inval(NULL); + this->inval(nullptr); } private: |
