summaryrefslogtreecommitdiff
path: root/indra/llcommon/tempset.h
diff options
context:
space:
mode:
authorMaxim Nikolenko <maximnproductengine@lindenlab.com>2024-08-21 20:49:28 +0300
committerGitHub <noreply@github.com>2024-08-21 20:49:28 +0300
commit0a9de375dbbf960b84c15bfe6ea070f6b9df2df9 (patch)
tree0eaf5a066d75473f3a5f5dce46f8acf497592596 /indra/llcommon/tempset.h
parent86eec90d97c03ac0f6be8897041185c6b5601968 (diff)
parent7ee93ea34dfc41640f852279888bbee0cafcecbe (diff)
Merge branch 'release/luau-scripting' into lua-inventory
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) */