diff options
author | Alexander Gavriliuk <alexandrgproductengine@lindenlab.com> | 2023-10-12 17:02:47 +0200 |
---|---|---|
committer | Alexander Gavriliuk <alexandrgproductengine@lindenlab.com> | 2023-10-12 18:32:43 +0200 |
commit | 70988ede9e924960c37cd01797c9a435b557acec (patch) | |
tree | b9e274daf1af27591984c8980073fb7fb5f106d0 /indra/newview/llslurl.h | |
parent | b134e91d2a2e7ff97e6f906d6ef36177e1dddeab (diff) |
SL-20422 Clicking the 'Bring it back' link on Aditi displays a teleport alert
Diffstat (limited to 'indra/newview/llslurl.h')
-rw-r--r-- | indra/newview/llslurl.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/newview/llslurl.h b/indra/newview/llslurl.h index b86cf7949b..6132a4a8b0 100644 --- a/indra/newview/llslurl.h +++ b/indra/newview/llslurl.h @@ -52,13 +52,14 @@ public: static const char* SLURL_REGION_PATH; // if you modify this enumeration, update typeName as well - enum SLURL_TYPE { - INVALID, + enum SLURL_TYPE { + INVALID, LOCATION, HOME_LOCATION, LAST_LOCATION, APP, HELP, + EMPTY, NUM_SLURL_TYPES // must be last }; |