Index: samplecode/SampleClock.cpp |
diff --git a/samplecode/SampleClock.cpp b/samplecode/SampleClock.cpp |
index 9b1e3e04994bffd5958219600c9c16160aa8c78b..ae7462d1dce3466b45348be65e04fe9aea1db14c 100644 |
--- a/samplecode/SampleClock.cpp |
+++ b/samplecode/SampleClock.cpp |
@@ -216,7 +216,7 @@ protected: |
canvas->restore(); |
- this->inval(NULL); |
+ this->inval(nullptr); |
} |
private: |