summaryrefslogtreecommitdiff
path: root/indra/llrender/llimagegl.cpp
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2025-02-13 16:13:50 +0200
committerAndrey Lihatskiy <alihatskiy@productengine.com>2025-02-13 17:30:08 +0200
commitddbe1ff98159e5eae3153067e3ca6f90c10bceb4 (patch)
treeb9fc2319c2cdd1f96e3cd01b7668c349970dbbbb /indra/llrender/llimagegl.cpp
parent646d0779bd81feefbcf64fc9e8f129b94ce91117 (diff)
Fix xcode16 build errors
Diffstat (limited to 'indra/llrender/llimagegl.cpp')
-rw-r--r--indra/llrender/llimagegl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llrender/llimagegl.cpp b/indra/llrender/llimagegl.cpp
index 3858811a50..0bfcb5d9d2 100644
--- a/indra/llrender/llimagegl.cpp
+++ b/indra/llrender/llimagegl.cpp
@@ -1773,7 +1773,7 @@ void LLImageGL::syncToMainThread(LLGLuint new_tex_name)
ref();
LL::WorkQueue::postMaybe(
mMainQueue,
- [=]()
+ [=, this]()
{
LL_PROFILE_ZONE_NAMED("cglt - delete callback");
syncTexName(new_tex_name);