mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
AK: Add missing declaration in StringImpl.cpp
This commit is contained in:
parent
f857f3ce4c
commit
8ecc3d31d1
Notes:
sideshowbarker
2024-07-19 03:00:19 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/8ecc3d31d10
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
|||
unsigned g_stringimpl_count;
|
||||
static HashTable<StringImpl*>* g_all_live_stringimpls;
|
||||
|
||||
void dump_all_stringimpls();
|
||||
void dump_all_stringimpls()
|
||||
{
|
||||
unsigned i = 0;
|
||||
|
|
Loading…
Reference in a new issue