commit | dbdbfe3d7b36613d893832dcb1884c756c20bfda | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Sun Oct 15 12:11:08 2017 +0200 |
committer | Behdad Esfahbod <behdad@behdad.org> | Sun Oct 15 12:11:08 2017 +0200 |
tree | 106eb9db0c6f40b5bdd67addb73b6454b3a7fda0 | |
parent | fbb937b6807597c9ae002280c6a6278a97b701f3 [diff] [blame] |
Use nullptr instead of NULL
diff --git a/src/hb-ot-map.cc b/src/hb-ot-map.cc index 0922d75..ea9bde9 100644 --- a/src/hb-ot-map.cc +++ b/src/hb-ot-map.cc
@@ -269,8 +269,8 @@ feature_infos.shrink (0); /* Done with these */ - add_gsub_pause (NULL); - add_gpos_pause (NULL); + add_gsub_pause (nullptr); + add_gpos_pause (nullptr); for (unsigned int table_index = 0; table_index < 2; table_index++) {