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/llcriticaldamp.cpp | |
| parent | eb8d552df76540e7b0b533f0c10c5faa541299a4 (diff) | |
BUILDFIX: #include and dependency cleanup
Diffstat (limited to 'indra/llcommon/llcriticaldamp.cpp')
| -rwxr-xr-x | indra/llcommon/llcriticaldamp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llcriticaldamp.cpp b/indra/llcommon/llcriticaldamp.cpp index 575fc4149e..5ffad88973 100755 --- a/indra/llcommon/llcriticaldamp.cpp +++ b/indra/llcommon/llcriticaldamp.cpp @@ -81,7 +81,7 @@ void LLSmoothInterpolation::updateInterpolants() //----------------------------------------------------------------------------- // getInterpolant() //----------------------------------------------------------------------------- -F32 LLSmoothInterpolation::getInterpolant(LLUnit<F32, LLUnits::Seconds> time_constant, bool use_cache) +F32 LLSmoothInterpolation::getInterpolant(LLUnitImplicit<F32, LLUnits::Seconds> time_constant, bool use_cache) { if (time_constant == 0.f) { |
