summaryrefslogtreecommitdiff
path: root/indra/llcommon/llavatarname.h
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2010-04-16 19:06:17 -0700
committerJames Cook <james@lindenlab.com>2010-04-16 19:06:17 -0700
commit69de1f4eb7cdd063bbdd7b4019a6a9799fc5dc5f (patch)
treeb495b2123016a6119131f12fb2e1fcef3e0e8bcb /indra/llcommon/llavatarname.h
parent4218819951a5caa1499e79d8bd4f1bf08fe3b3cc (diff)
Accept expires timestamp as UTC datetime in LLSD
Diffstat (limited to 'indra/llcommon/llavatarname.h')
-rw-r--r--indra/llcommon/llavatarname.h2
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.