diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2024-08-21 20:49:28 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-21 20:49:28 +0300 |
commit | 0a9de375dbbf960b84c15bfe6ea070f6b9df2df9 (patch) | |
tree | 0eaf5a066d75473f3a5f5dce46f8acf497592596 /indra/llcommon/tempset.h | |
parent | 86eec90d97c03ac0f6be8897041185c6b5601968 (diff) | |
parent | 7ee93ea34dfc41640f852279888bbee0cafcecbe (diff) |
Merge branch 'release/luau-scripting' into lua-inventory
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) */ |