summaryrefslogtreecommitdiff
path: root/indra/llcommon/tempset.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llcommon/tempset.h')
-rwxr-xr-xindra/llcommon/tempset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/tempset.h b/indra/llcommon/tempset.h
index e1496bd5fc..07e607a576 100755
--- a/indra/llcommon/tempset.h
+++ b/indra/llcommon/tempset.h
@@ -35,7 +35,7 @@ public:
private:
VAR& mVar;
- VALUE mOldValue;
+ VAR mOldValue;
};
#endif /* ! defined(LL_TEMPSET_H) */