summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorandreykproductengine <andreykproductengine@lindenlab.com>2019-11-15 15:40:09 +0200
committerandreykproductengine <andreykproductengine@lindenlab.com>2019-11-15 15:40:09 +0200
commit0afe586856765b9e3f8a39dd9b5b18bd0b02283d (patch)
tree144cfaf7f367cf63b0320e18f0828a4bfbb215d6 /indra
parent87fd7cbea501ba9cd9211ee0cc90e9e8c9421ec2 (diff)
SL-12289 Build fix
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llpanelface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelface.cpp b/indra/newview/llpanelface.cpp
index 9eb491ef3a..e19e3f13ee 100644
--- a/indra/newview/llpanelface.cpp
+++ b/indra/newview/llpanelface.cpp
@@ -3294,7 +3294,7 @@ struct LLPanelFaceNavigateHomeFunctor : public LLSelectedTEFunctor
if (media_data->getCurrentURL().empty() && media_data->getAutoPlay())
{
viewer_media_t media_impl =
- LLViewerMedia::getMediaImplFromTextureID(tep->getMediaData()->getMediaID());
+ LLViewerMedia::getInstance()->getMediaImplFromTextureID(tep->getMediaData()->getMediaID());
if (media_impl)
{
media_impl->navigateHome();