mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:47:34 +00:00
Oops, StringImpl's "the empty string" global was not always initialized.
These "oops forgot to initialize" bugs are getting annoying...
This commit is contained in:
parent
c5e55f4737
commit
702d308e67
3 changed files with 14 additions and 7 deletions
|
@ -15,6 +15,7 @@ public:
|
|||
RetainPtr<StringImpl> toUppercase() const;
|
||||
|
||||
static StringImpl& theEmptyStringImpl();
|
||||
static void initializeGlobals();
|
||||
|
||||
~StringImpl();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue