summaryrefslogtreecommitdiff
path: root/indra/llinventory/llsettingsbase.h
diff options
context:
space:
mode:
authorBrad Linden <brad@lindenlab.com>2023-05-31 10:33:03 -0700
committerBrad Linden <brad@lindenlab.com>2023-05-31 10:33:03 -0700
commit8d20d61b4d305b985de4837bb0ed3ddaedb208d1 (patch)
tree36da421ebc6851ba7ae49e15c75ab823d18cc29b /indra/llinventory/llsettingsbase.h
parent2e2a821e3667cbedc57086121b834c339a3c68de (diff)
Fix divide by zero causing NaN with certain day cycles in DRTVWR-559
Diffstat (limited to 'indra/llinventory/llsettingsbase.h')
-rw-r--r--indra/llinventory/llsettingsbase.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llinventory/llsettingsbase.h b/indra/llinventory/llsettingsbase.h
index 1f0589f571..50276b801a 100644
--- a/indra/llinventory/llsettingsbase.h
+++ b/indra/llinventory/llsettingsbase.h
@@ -467,6 +467,7 @@ protected:
class LLSettingsBlenderTimeDelta : public LLSettingsBlender
{
+protected:
LOG_CLASS(LLSettingsBlenderTimeDelta);
public:
static const LLSettingsBase::BlendFactor MIN_BLEND_DELTA;