Index: samplecode/SamplePathFuzz.cpp |
diff --git a/samplecode/SamplePathFuzz.cpp b/samplecode/SamplePathFuzz.cpp |
index 70a052f80aae6b8e9029fb26f01654cc07d1ab1a..317833dfe9ec37402ae9778c6d28a3f3fc584ec7 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: |