From 70988ede9e924960c37cd01797c9a435b557acec Mon Sep 17 00:00:00 2001 From: Alexander Gavriliuk Date: Thu, 12 Oct 2023 17:02:47 +0200 Subject: SL-20422 Clicking the 'Bring it back' link on Aditi displays a teleport alert --- indra/newview/llslurl.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'indra/newview/llslurl.h') 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 }; -- cgit v1.2.3