summaryrefslogtreecommitdiff
path: root/test/active_map_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/active_map_test.cc')
-rw-r--r--test/active_map_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/active_map_test.cc b/test/active_map_test.cc
index e08d9a036..9c55f9a8b 100644
--- a/test/active_map_test.cc
+++ b/test/active_map_test.cc
@@ -62,7 +62,7 @@ class ActiveMapTest
vpx_active_map_t map = vpx_active_map_t();
map.cols = (kWidth + 15) / 16;
map.rows = (kHeight + 15) / 16;
- map.active_map = NULL;
+ map.active_map = nullptr;
encoder->Control(VP8E_SET_ACTIVEMAP, &map);
}
}