Just do it!

This commit is contained in:
Lirusaito
2016-04-15 03:43:34 -04:00
parent 62e8400c3c
commit cd66c61214
2 changed files with 2 additions and 2 deletions

View File

@@ -335,7 +335,7 @@ void show_log_browser(const LLUUID& id)
void show_log_browser(const std::string& name, const std::string& id);
LLAvatarName av_name;
LLAvatarNameCache::get(id, &av_name);
show_log_browser(av_name->getLegacyName(), id.asString());
show_log_browser(av_name.getLegacyName(), id.asString());
}
BOOL LLPanelAvatarSecondLife::postBuild()
{