1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 09:14:58 +00:00

AK: Add missing declaration in StringImpl.cpp

This commit is contained in:
Andreas Kling 2020-08-30 10:47:48 +02:00
parent f857f3ce4c
commit 8ecc3d31d1

View file

@ -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;