Fix warning, thanks for the heads up, Router!

This commit is contained in:
Lirusaito
2019-03-13 14:32:23 -04:00
parent db547a53d6
commit 72479ce61e

View File

@@ -197,6 +197,7 @@ void LLAvatarListEntry::processProperties(void* data, EAvatarProcessorType type)
if (const LLAvatarNotes* pAvatarNotes = static_cast<const LLAvatarNotes*>(data))
mNotes = !pAvatarNotes->notes.empty();
break;
default: break;
}
}