diff options
Diffstat (limited to 'indra/newview/llslurl.h')
-rw-r--r-- | indra/newview/llslurl.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llslurl.h b/indra/newview/llslurl.h index 5c9fea3e96..cb1b8cca9e 100644 --- a/indra/newview/llslurl.h +++ b/indra/newview/llslurl.h @@ -79,6 +79,11 @@ public: static std::string buildUnescapedSLURL(const std::string& regionname, S32 x, S32 y, S32 z); /** + * builds SLURL from global position escaping result url. + */ + static std::string buildSLURLfromPosGlobal(const std::string& regionname, + const LLVector3d& global_pos); + /** * Strip protocol part from the URL. */ static std::string stripProtocol(const std::string& url); |