diff options
author | Roxie Linden <roxie@lindenlab.com> | 2010-03-08 15:10:27 -0800 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2010-03-08 15:10:27 -0800 |
commit | 8bd5a3bca38b0ba663d3563029e54da057020424 (patch) | |
tree | d7210ffa432a0d37ef8cb9b9bda91d6c41248172 /indra/newview/llslurl.h | |
parent | 836ab95d90298092dd845f47b5ac51817d7bb665 (diff) |
DEV-45976 Last Login Location Preference not remembered
Diffstat (limited to 'indra/newview/llslurl.h')
-rw-r--r-- | indra/newview/llslurl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llslurl.h b/indra/newview/llslurl.h index 37bdc36fa4..28c23561cf 100644 --- a/indra/newview/llslurl.h +++ b/indra/newview/llslurl.h @@ -88,7 +88,7 @@ public: LLSD getAppPath() const { return mAppPath; } bool isValid() const { return mType != INVALID; } - bool isLocation() const { return (mType == LAST_LOCATION) || (mType == HOME_LOCATION) || (mType == LOCATION); } + bool isSpatial() const { return (mType == LAST_LOCATION) || (mType == HOME_LOCATION) || (mType == LOCATION); } bool operator==(const LLSLURL& rhs); bool operator!=(const LLSLURL&rhs); |