diff options
author | Callum Prentice <callum@lindenlab.com> | 2014-08-04 16:37:17 -0700 |
---|---|---|
committer | Callum Prentice <callum@lindenlab.com> | 2014-08-04 16:37:17 -0700 |
commit | 77751a15d1dc976d77d41db5b586e18b5311ccb4 (patch) | |
tree | 44e5eb4fe3664ba42ba91f3feb30d57e058e1c7b /indra/newview/llviewerregion.cpp | |
parent | c25105945a9d74e331cae4d827fc3be8d8915b7a (diff) | |
parent | 1346949e4d601e8c945fa30593ba1d405e9ed80d (diff) |
Merge with head of viewer-release
Diffstat (limited to 'indra/newview/llviewerregion.cpp')
-rwxr-xr-x | indra/newview/llviewerregion.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerregion.cpp b/indra/newview/llviewerregion.cpp index 673913c4f2..cd5f64b9ca 100755 --- a/indra/newview/llviewerregion.cpp +++ b/indra/newview/llviewerregion.cpp @@ -2708,6 +2708,7 @@ void LLViewerRegionImpl::buildCapabilityNames(LLSD& capabilityNames) capabilityNames.append("GetObjectCost"); capabilityNames.append("GetObjectPhysicsData"); capabilityNames.append("GetTexture"); + capabilityNames.append("GroupAPIv1"); capabilityNames.append("GroupMemberData"); capabilityNames.append("GroupProposalBallot"); capabilityNames.append("HomeLocation"); |