Index: samplecode/SampleRectanizer.cpp |
diff --git a/samplecode/SampleRectanizer.cpp b/samplecode/SampleRectanizer.cpp |
index 7bb712c721ade9d18e06323d6df2cea3c5e0ed29..55e70a29d2527fe92ab857e30c8fb9f14e057c5d 100644 |
--- a/samplecode/SampleRectanizer.cpp |
+++ b/samplecode/SampleRectanizer.cpp |
@@ -127,7 +127,7 @@ protected: |
str.printf("Press \'h\' to toggle rects"); |
canvas->drawText(str.c_str(), str.size(), 50, kHeight + 150, blackBigFont); |
- this->inval(NULL); |
+ this->inval(nullptr); |
} |
private: |