diff options
author | Rider Linden <rider@lindenlab.com> | 2015-11-20 10:24:16 -0800 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2015-11-20 10:24:16 -0800 |
commit | 40b085dfece81e155f336f39cb1d5bd7e3154991 (patch) | |
tree | f927486757e7e95e867af413396ddad9674e8d13 /indra/newview/llagent.h | |
parent | 429729b592854d724e669706b850c80df1ae0eea (diff) |
MAINT-5831: If there is a teleport request active and it has failed, teleport state will always return "None".
Diffstat (limited to 'indra/newview/llagent.h')
-rwxr-xr-x | indra/newview/llagent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llagent.h b/indra/newview/llagent.h index d46973ddee..af8bd50c5d 100755 --- a/indra/newview/llagent.h +++ b/indra/newview/llagent.h @@ -676,7 +676,7 @@ private: // Teleport State //-------------------------------------------------------------------- public: - ETeleportState getTeleportState() const { return mTeleportState; } + ETeleportState getTeleportState() const; void setTeleportState(ETeleportState state); private: ETeleportState mTeleportState; |