From 0afe586856765b9e3f8a39dd9b5b18bd0b02283d Mon Sep 17 00:00:00 2001 From: andreykproductengine Date: Fri, 15 Nov 2019 15:40:09 +0200 Subject: SL-12289 Build fix --- indra/newview/llpanelface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview') 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(); -- cgit v1.2.3