summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2022-04-19 00:01:52 +0300
committerAndrey Lihatskiy <alihatskiy@productengine.com>2022-04-19 00:01:52 +0300
commitb5406352e9632b6466fdc9bde349ec55b368596b (patch)
tree2f4374d82432b38d46eed061737e741c13a990ba
parent16494f4400622adce8faaab54ac4f0d40e4ae0a5 (diff)
DRTVWR-548 post-merge build fix
-rwxr-xr-xindra/newview/llfloaterworldmap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterworldmap.cpp b/indra/newview/llfloaterworldmap.cpp
index fb44449c55..e7b1efb41d 100755
--- a/indra/newview/llfloaterworldmap.cpp
+++ b/indra/newview/llfloaterworldmap.cpp
@@ -1565,7 +1565,7 @@ void LLFloaterWorldMap::onTeleportFinished()
{
if(isInVisibleChain())
{
- LLWorldMapView::setPan(0, 0, TRUE);
+ mMapView->setPan(0, 0, TRUE);
}
}