summaryrefslogtreecommitdiff
path: root/indra/llwindow/llwindowmesaheadless.h
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-08-20 20:55:48 -0400
committerNat Goodspeed <nat@lindenlab.com>2024-08-20 20:55:48 -0400
commit68313aa2defcc7d6e5ebbd96344d78f3a31fdb9a (patch)
tree9a7afe2af1ebb49c8af4fe2bc05096c9086a3b6f /indra/llwindow/llwindowmesaheadless.h
parenta5337adf79b6a49166a15836ca2822adbb50d8c3 (diff)
Fix TempSet to use type VAR to store mOldValue.
In fact we set mOldValue from mVar, and restore mVar from mOldValue, so the VAR type makes the most sense. The previous way, you'd get actual errors if you tried to use TempSet(pointervar, nullptr): that declared mOldValue to be nullptr_t, which you can't initialize from mVar.
Diffstat (limited to 'indra/llwindow/llwindowmesaheadless.h')
0 files changed, 0 insertions, 0 deletions