diff options
author | James Cook <james@lindenlab.com> | 2010-04-16 19:06:17 -0700 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-04-16 19:06:17 -0700 |
commit | 69de1f4eb7cdd063bbdd7b4019a6a9799fc5dc5f (patch) | |
tree | b495b2123016a6119131f12fb2e1fcef3e0e8bcb /indra/llcommon/llavatarname.h | |
parent | 4218819951a5caa1499e79d8bd4f1bf08fe3b3cc (diff) |
Accept expires timestamp as UTC datetime in LLSD
Diffstat (limited to 'indra/llcommon/llavatarname.h')
-rw-r--r-- | indra/llcommon/llavatarname.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llavatarname.h b/indra/llcommon/llavatarname.h index 5a0306c57e..72e2980b5c 100644 --- a/indra/llcommon/llavatarname.h +++ b/indra/llcommon/llavatarname.h @@ -58,7 +58,7 @@ public: // Names can change, so need to keep track of when name was // last checked. // Unix time-from-epoch seconds - U32 mExpires; + F64 mExpires; // Can be a viewer UI image name ("Person_Check") or a server-side // image UUID, or empty string. |