From 8ecc3d31d1072520e4df332c3fad9071a5f94dee Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sun, 30 Aug 2020 10:47:48 +0200 Subject: [PATCH] AK: Add missing declaration in StringImpl.cpp --- AK/StringImpl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/AK/StringImpl.cpp b/AK/StringImpl.cpp index 2e7797db403..c07b9f3c9e7 100644 --- a/AK/StringImpl.cpp +++ b/AK/StringImpl.cpp @@ -37,6 +37,7 @@ unsigned g_stringimpl_count; static HashTable* g_all_live_stringimpls; +void dump_all_stringimpls(); void dump_all_stringimpls() { unsigned i = 0;