diff --git a/indra/newview/llvieweroctree.cpp b/indra/newview/llvieweroctree.cpp index de4dcc580..98f65487d 100644 --- a/indra/newview/llvieweroctree.cpp +++ b/indra/newview/llvieweroctree.cpp @@ -389,7 +389,7 @@ void LLViewerOctreeEntryData::shift(const LLVector4a &shift_vector) LLViewerOctreeGroup* LLViewerOctreeEntryData::getGroup()const { - return mEntry.notNull() ? mEntry->mGroup : NULL; + return mEntry.notNull() ? mEntry->mGroup : LLPointer(); } const LLVector4a& LLViewerOctreeEntryData::getPositionGroup() const