diff options
Diffstat (limited to 'indra/newview/llfeaturemanager.cpp')
-rw-r--r-- | indra/newview/llfeaturemanager.cpp | 2 |
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) { |