aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llstatgraph.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:37 -0500
committerJacek Antonelli2008-08-15 23:45:37 -0500
commit31ba05810c641f14e8ab5da8ad2aaf527779f6c1 (patch)
treec4b8d635dfb657fa4cfee7c285f8cadbf24afa90 /linden/indra/newview/llstatgraph.h
parentSecond Life viewer sources 1.19.1.1 (diff)
downloadmeta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.zip
meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.tar.gz
meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.tar.bz2
meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.tar.xz
Second Life viewer sources 1.19.1.2
Diffstat (limited to 'linden/indra/newview/llstatgraph.h')
-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: