diff options
author | Roxie Linden <roxie@lindenlab.com> | 2010-05-20 11:48:47 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2010-05-20 11:48:47 -0700 |
commit | 5e353cbf86693ad18b0c9a3f75234c1fa6378005 (patch) | |
tree | e2eb2b4732391b332aaa84957d274a3983a2a20f /indra/newview/llslurl.h | |
parent | be20b12c5c225e5dbc564ba32dee87b4bf1722b5 (diff) | |
parent | afef949533e575a8f0558ef8477eb8644d66c524 (diff) |
automated merge
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 28c23561cf..1210c398f1 100644 --- a/indra/newview/llslurl.h +++ b/indra/newview/llslurl.h @@ -65,7 +65,7 @@ public: }; - LLSLURL(): mType(LAST_LOCATION) { } + LLSLURL(): mType(INVALID) { } LLSLURL(const std::string& slurl); LLSLURL(const std::string& grid, const std::string& region); LLSLURL(const std::string& region, const LLVector3& position); |