summaryrefslogtreecommitdiff
path: root/indra/newview/llworldmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llworldmap.h')
-rw-r--r--indra/newview/llworldmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llworldmap.h b/indra/newview/llworldmap.h
index 76ab88de1e..bdf8a7e735 100644
--- a/indra/newview/llworldmap.h
+++ b/indra/newview/llworldmap.h
@@ -115,8 +115,8 @@ public:
// Returns simulator information for named sim, or NULL if non-existent
LLSimInfo* simInfoFromName(const LLString& sim_name);
- // Returns simulator name
- LLString simNameFromPosGlobal(const LLVector3d& pos_global);
+ // Gets simulator name for a global position, returns true if it was found
+ bool simNameFromPosGlobal(const LLVector3d& pos_global, LLString & outSimName );
// Sets the current layer
void setCurrentLayer(S32 layer, bool request_layer = false);