summaryrefslogtreecommitdiff
path: root/indra/newview/llfeaturemanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfeaturemanager.cpp')
-rw-r--r--indra/newview/llfeaturemanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfeaturemanager.cpp b/indra/newview/llfeaturemanager.cpp
index 1f2ebd5092..765599bb82 100644
--- a/indra/newview/llfeaturemanager.cpp
+++ b/indra/newview/llfeaturemanager.cpp
@@ -387,7 +387,7 @@ bool LLFeatureManager::loadGPUClass()
F32 gbps;
try
{
- gbps = seh_catcher(gpu_benchmark);
+ gbps = LL::seh::catcher(gpu_benchmark);
}
catch (const std::exception& e)
{