summaryrefslogtreecommitdiff
path: root/indra/newview/lldrawpool.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/lldrawpool.h')
-rw-r--r--indra/newview/lldrawpool.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/lldrawpool.h b/indra/newview/lldrawpool.h
index e664208154..e8fde70ed0 100644
--- a/indra/newview/lldrawpool.h
+++ b/indra/newview/lldrawpool.h
@@ -199,7 +199,7 @@ public:
};
#ifdef LL_PROFILER_ENABLE_TRACY_OPENGL
- static std::string lookupPassName(U32 pass)
+ static inline const char* lookupPassName(U32 pass)
{
switch (pass)
{
@@ -331,7 +331,7 @@ public:
}
}
#else
- static std::string lookupPass(U32 pass) { return ""; }
+ static inline const char* lookupPass(U32 pass) { return ""; }
#endif
LLRenderPass(const U32 type);