From 8a624239703c046d89ebeaf3ea13c87af75b550f Mon Sep 17 00:00:00 2001 From: Rohit Nirmal Date: Wed, 3 Dec 2014 12:57:57 -0600 Subject: Change NULLs to nullptrs. --- src/common/linear_disk_cache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/linear_disk_cache.h') diff --git a/src/common/linear_disk_cache.h b/src/common/linear_disk_cache.h index f4263f72..bb1b5174 100644 --- a/src/common/linear_disk_cache.h +++ b/src/common/linear_disk_cache.h @@ -70,7 +70,7 @@ public: // good header, read some key/value pairs K key; - V *value = NULL; + V *value = nullptr; u32 value_size; u32 entry_number; -- cgit v1.2.3