diff options
| author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-07-03 20:06:47 +0300 |
|---|---|---|
| committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-07-03 20:06:47 +0300 |
| commit | 779b5627c5e9c76a06938cd4e73a5b8f0440cabc (patch) | |
| tree | abafc7ab0b5ea0684f241bbae2a3b09b990fb6dc /indra/newview/llfloaterconversationpreview.cpp | |
| parent | 2752e342f63fc74c49e19317885280fb279ae2fa (diff) | |
DRTVWR-493 LLAvatarNameCache to singletone
Diffstat (limited to 'indra/newview/llfloaterconversationpreview.cpp')
| -rw-r--r-- | indra/newview/llfloaterconversationpreview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterconversationpreview.cpp b/indra/newview/llfloaterconversationpreview.cpp index 66198b3bf6..4905ce5fc2 100644 --- a/indra/newview/llfloaterconversationpreview.cpp +++ b/indra/newview/llfloaterconversationpreview.cpp @@ -221,7 +221,7 @@ void LLFloaterConversationPreview::showHistory() else { std::string legacy_name = gCacheName->buildLegacyName(from); - from_id = LLAvatarNameCache::findIdByName(legacy_name); + from_id = LLAvatarNameCache::getInstance()->findIdByName(legacy_name); } LLChat chat; |
