mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-28 13:43:45 +03: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
@ -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 New Issue
Block a user