diff options
author | Richard Linden <none@none> | 2012-11-07 15:32:12 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2012-11-07 15:32:12 -0800 |
commit | ed17c181dd37f56b808838748d289ee7bb5567ec (patch) | |
tree | f942d7b006510efea8b2626fdba41a575079ccdf /indra/llui/llnotifications.cpp | |
parent | 9d70448a1275b80a829e16b6d08d29919748c823 (diff) |
SH-3499 WIP Ensure asset stats output is correct
further fixes to implicit conversion of unit types
Diffstat (limited to 'indra/llui/llnotifications.cpp')
-rw-r--r-- | indra/llui/llnotifications.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llnotifications.cpp b/indra/llui/llnotifications.cpp index 629eef2c3b..118c74b9b2 100644 --- a/indra/llui/llnotifications.cpp +++ b/indra/llui/llnotifications.cpp @@ -464,7 +464,7 @@ LLNotification::LLNotification(const LLNotification::Params& p) : mTimestamp(p.time_stamp), mSubstitutions(p.substitutions), mPayload(p.payload), - mExpiresAt(0), + mExpiresAt(0.0), mTemporaryResponder(false), mRespondedTo(false), mPriority(p.priority), |