diff options
Diffstat (limited to 'indra/llcommon/tempset.h')
-rwxr-xr-x | indra/llcommon/tempset.h | 2 |
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) */ |