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
Notes: sideshowbarker 2024-07-19 03:00:19 +09:00

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;