Kaydet (Commit) ad7a2511 authored tarafından Noel Grandin's avatar Noel Grandin

use nullptr instead of reinterpret_cast<void*>(0)

Change-Id: I1b424fd2fbf524c36746e9e39300595328979937
üst 230f67d9
...@@ -159,7 +159,7 @@ namespace dbp ...@@ -159,7 +159,7 @@ namespace dbp
for (;pItems < pEnd; ++pItems) for (;pItems < pEnd; ++pItems)
{ {
nPos = _rList.InsertEntry(*pItems); nPos = _rList.InsertEntry(*pItems);
_rList.SetEntryData(nPos, reinterpret_cast<void*>(0)); _rList.SetEntryData(nPos, nullptr);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment