Index: client/simple_string_dictionary.h |
diff --git a/client/simple_string_dictionary.h b/client/simple_string_dictionary.h |
index 4247da6993822f37e9b8d275b3af614b642eb0af..73eba626ce19b6871f856707eea94b06915bb8ec 100644 |
--- a/client/simple_string_dictionary.h |
+++ b/client/simple_string_dictionary.h |
@@ -231,7 +231,7 @@ class TSimpleStringDictionary { |
entry->value[0] = '\0'; |
} |
- DCHECK_EQ(GetEntryForKey(key), static_cast<Entry*>(nullptr)); |
+ DCHECK_EQ(GetEntryForKey(key), implicit_cast<Entry*>(nullptr)); |
Robert Sesek
2014/11/06 19:52:26
Is this cast necessary with nullptr?
Mark Mentovai
2014/11/06 21:44:35
Robert Sesek wrote:
|
} |
//! \brief Returns a serialized form of the map. |