(svn r14949) -Cleanup: pointer coding style
This commit is contained in:
@@ -113,7 +113,7 @@ struct CSegmentCostCacheT
|
||||
|
||||
FORCEINLINE Tsegment& Get(Key& key, bool *found)
|
||||
{
|
||||
Tsegment* item = m_map.Find(key);
|
||||
Tsegment *item = m_map.Find(key);
|
||||
if (item == NULL) {
|
||||
*found = false;
|
||||
item = new (&m_heap.AddNC()) Tsegment(key);
|
||||
|
Reference in New Issue
Block a user