diff options
author | Richard Linden <none@none> | 2012-08-29 22:50:56 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2012-08-29 22:50:56 -0700 |
commit | b3e9c46c94dad0c81a5adcb9152521b5368c66a7 (patch) | |
tree | 5500efa88002b9c0cbcf6f23e78487742847f19d /indra/llui/llstatbar.cpp | |
parent | 5a03b8282da64433c2525f0950e8fb86995f66dc (diff) |
SH-3275 WIP Run viewer metrics for object update messages
further cleanup of LLStat
removed llfloaterlagmeter
Diffstat (limited to 'indra/llui/llstatbar.cpp')
-rw-r--r-- | indra/llui/llstatbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llstatbar.cpp b/indra/llui/llstatbar.cpp index 04cce7878e..a21d7aa6a1 100644 --- a/indra/llui/llstatbar.cpp +++ b/indra/llui/llstatbar.cpp @@ -45,7 +45,7 @@ LLStatBar::LLStatBar(const Params& p) mUnitLabel(p.unit_label), mMinBar(p.bar_min), mMaxBar(p.bar_max), - mStatp(LLStat::getStat(p.stat)), + mStatp(LLStat::getInstance(p.stat)), mTickSpacing(p.tick_spacing), mLabelSpacing(p.label_spacing), mPrecision(p.precision), |