summaryrefslogtreecommitdiff
path: root/indra/newview/llurldispatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llurldispatcher.h')
-rw-r--r--indra/newview/llurldispatcher.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llurldispatcher.h b/indra/newview/llurldispatcher.h
index 74b7f875b2..bcd19ee691 100644
--- a/indra/newview/llurldispatcher.h
+++ b/indra/newview/llurldispatcher.h
@@ -50,6 +50,8 @@ public:
// Returns true if someone handled the URL.
static bool dispatchRightClick(const std::string& url);
+ // builds: http://slurl.com/secondlife/RegionName/x/y/z/
+ static std::string buildSLURL(const std::string& regionname, S32 x, S32 y, S32 z);
};
#endif