aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkOSFile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkOSFile.h')
-rw-r--r--src/core/SkOSFile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/SkOSFile.h b/src/core/SkOSFile.h
index 88ad958b1c..ddbcc2b264 100644
--- a/src/core/SkOSFile.h
+++ b/src/core/SkOSFile.h
@@ -80,10 +80,10 @@ public:
class Iter {
public:
Iter();
- Iter(const char path[], const char suffix[] = NULL);
+ Iter(const char path[], const char suffix[] = nullptr);
~Iter();
- void reset(const char path[], const char suffix[] = NULL);
+ void reset(const char path[], const char suffix[] = nullptr);
/** If getDir is true, only returns directories.
Results are undefined if true and false calls are
interleaved on a single iterator.