#3222 Make sure variables are initialized
in case anybody adds more constructors and forgets to set init.master
parent
c162d8a060
commit
23e9c8cf30
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue