summaryrefslogtreecommitdiff
path: root/indra/newview/llsecapi.h
diff options
context:
space:
mode:
authorMaxim Nikolenko <maximnproductengine@lindenlab.com>2024-08-06 18:00:32 +0300
committerGitHub <noreply@github.com>2024-08-06 18:00:32 +0300
commit0bf3b61457e7c77e91fb03d91b4caf0d702f99fa (patch)
tree8f43417c7f5605c3cee9a4d5c9fe255abbd63b4a /indra/newview/llsecapi.h
parentcf29b701b19644062a1428a64023c3cf9829e2de (diff)
parent628cd605080546c400d3343bf0834bebf693bbcf (diff)
Merge branch 'release/luau-scripting' into lua-ui-visibility
Diffstat (limited to 'indra/newview/llsecapi.h')
-rw-r--r--indra/newview/llsecapi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llsecapi.h b/indra/newview/llsecapi.h
index 5cc78d09dc..367bfe1469 100644
--- a/indra/newview/llsecapi.h
+++ b/indra/newview/llsecapi.h
@@ -311,7 +311,7 @@ public:
mIdentifier = identifier;
mAuthenticator = authenticator;
}
- virtual LLSD getIdentifier() { return mIdentifier; }
+ virtual LLSD getIdentifier() const { return mIdentifier; }
virtual void identifierType(std::string& idType);
virtual LLSD getAuthenticator() { return mAuthenticator; }
virtual void authenticatorType(std::string& authType);