aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llstatgraph.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llstatgraph.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llstatgraph.h b/linden/indra/newview/llstatgraph.h
index 2c71e4d..be44985 100644
--- a/linden/indra/newview/llstatgraph.h
+++ b/linden/indra/newview/llstatgraph.h
@@ -55,7 +55,8 @@ public:
55 void setMin(const F32 min); 55 void setMin(const F32 min);
56 void setMax(const F32 max); 56 void setMax(const F32 max);
57 57
58 void setValue(const F32 value); 58 /*virtual*/ void setValue(const LLSD& value);
59
59 LLStat *mStatp; 60 LLStat *mStatp;
60 BOOL mPerSec; 61 BOOL mPerSec;
61private: 62private: