From ed9f48470ea44211d624af6a202a54ba348a02dc Mon Sep 17 00:00:00 2001 From: Beq Date: Thu, 13 Jun 2024 02:06:02 +0100 Subject: [PATCH] Make gcc happier, maybe clang too. --- indra/newview/llviewerregion.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llviewerregion.cpp b/indra/newview/llviewerregion.cpp index f7ac27556e0..c9500da357a 100755 --- a/indra/newview/llviewerregion.cpp +++ b/indra/newview/llviewerregion.cpp @@ -3519,7 +3519,7 @@ void LLViewerRegionImpl::buildCapabilityNames(LLSD& capabilityNames) capabilityNames.append("ViewerStartAuction"); capabilityNames.append("ViewerStats"); // [FIRE-34104] Add special opensim Capability for signalling PBR Terrain support - constexpr const char* OpenSimPBRTerrain = "VETPBR"; + constexpr char OpenSimPBRTerrain[]{"VETPBR"}; capabilityNames.append(OpenSimPBRTerrain); //