diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2020-01-07 00:52:04 +0200 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2020-01-07 00:52:04 +0200 |
commit | 19caca91e98e41187f76c9925c31b8fba33c2902 (patch) | |
tree | 39c78f3eae946a94edde6a3157f0039019230e99 /indra/newview/llstartup.h | |
parent | 37ca582a2dacfbe7cbb37d2e9ecddca0a9bc8ed7 (diff) |
SL-12486 Better data deletion
Diffstat (limited to 'indra/newview/llstartup.h')
-rw-r--r-- | indra/newview/llstartup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llstartup.h b/indra/newview/llstartup.h index db37207022..5ce74b8fae 100644 --- a/indra/newview/llstartup.h +++ b/indra/newview/llstartup.h @@ -115,6 +115,7 @@ public: static void saveInitialOutfit(); static std::string& getInitialOutfitName(); + static std::string getUserId(); static bool dispatchURL(); // if we have a SLURL or sim string ("Ahern/123/45") that started |