Skip to content

Commit

Permalink
Make gcc happier, maybe clang too.
Browse files Browse the repository at this point in the history
  • Loading branch information
beqjanus committed Jun 13, 2024
1 parent 02abb21 commit ed9f484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indra/newview/llviewerregion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3519,7 +3519,7 @@ void LLViewerRegionImpl::buildCapabilityNames(LLSD& capabilityNames)
capabilityNames.append("ViewerStartAuction");
capabilityNames.append("ViewerStats");
// <FS:Beq> [FIRE-34104] Add special opensim Capability for signalling PBR Terrain support
constexpr const char* OpenSimPBRTerrain = "VETPBR";
constexpr char OpenSimPBRTerrain[]{"VETPBR"};
capabilityNames.append(OpenSimPBRTerrain);
// </FS:Beq>

Expand Down

0 comments on commit ed9f484

Please sign in to comment.