mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:57:44 +00:00
AK: Add missing declaration in StringImpl.cpp
This commit is contained in:
parent
f857f3ce4c
commit
8ecc3d31d1
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
||||||
unsigned g_stringimpl_count;
|
unsigned g_stringimpl_count;
|
||||||
static HashTable<StringImpl*>* g_all_live_stringimpls;
|
static HashTable<StringImpl*>* g_all_live_stringimpls;
|
||||||
|
|
||||||
|
void dump_all_stringimpls();
|
||||||
void dump_all_stringimpls()
|
void dump_all_stringimpls()
|
||||||
{
|
{
|
||||||
unsigned i = 0;
|
unsigned i = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue