summaryrefslogtreecommitdiff
path: root/indra/llui/lluistring.h
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2024-12-11 08:08:26 +0800
committerErik Kundiman <erik@megapahit.org>2024-12-11 08:08:26 +0800
commit4b5794791650a0faf3cb5a1f3f27d9abe63a73fa (patch)
tree03e75bd65f2126ceab79ace3c6622d6f6d961929 /indra/llui/lluistring.h
parentb8dded3614bbc8326d420c4e660f58e683f2ac4d (diff)
parentae9174ffdf340ef12c80547d90d05919957ab512 (diff)
Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into 2024.09-ExtraFPS
Diffstat (limited to 'indra/llui/lluistring.h')
-rw-r--r--indra/llui/lluistring.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llui/lluistring.h b/indra/llui/lluistring.h
index 2512634004..950d4e72c6 100644
--- a/indra/llui/lluistring.h
+++ b/indra/llui/lluistring.h
@@ -110,8 +110,8 @@ private:
LLStringUtil::format_map_t* mArgs;
// controls lazy evaluation
- mutable bool mNeedsResult;
- mutable bool mNeedsWResult;
+ mutable bool mNeedsResult { true };
+ mutable bool mNeedsWResult { true };
};
#endif // LL_LLUISTRING_H