diff options
author | Richard Linden <none@none> | 2013-07-19 15:03:05 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-07-19 15:03:05 -0700 |
commit | e40065f82c797eab41006a448c838f4f1089a2e8 (patch) | |
tree | 7abaeeae98304308bc3812531f682de3cda4bb72 /indra/llcommon/lldate.cpp | |
parent | eb8d552df76540e7b0b533f0c10c5faa541299a4 (diff) |
BUILDFIX: #include and dependency cleanup
Diffstat (limited to 'indra/llcommon/lldate.cpp')
-rwxr-xr-x | indra/llcommon/lldate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/lldate.cpp b/indra/llcommon/lldate.cpp index 7892269e35..cec4047c1f 100755 --- a/indra/llcommon/lldate.cpp +++ b/indra/llcommon/lldate.cpp @@ -55,7 +55,7 @@ LLDate::LLDate(const LLDate& date) : mSecondsSinceEpoch(date.mSecondsSinceEpoch) {} -LLDate::LLDate(LLUnit<F64, LLUnits::Seconds> seconds_since_epoch) : +LLDate::LLDate(LLUnitImplicit<F64, LLUnits::Seconds> seconds_since_epoch) : mSecondsSinceEpoch(seconds_since_epoch.value()) {} |