From 90c7307c6c65da9d6e0c4d5987f842c6a8d7ee8c Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sun, 15 Aug 2021 12:26:22 +0200 Subject: [PATCH] AK: Pull RefCountedBase into the global namespace --- AK/RefCounted.h | 1 + 1 file changed, 1 insertion(+) diff --git a/AK/RefCounted.h b/AK/RefCounted.h index f99e40445e..802dd8574a 100644 --- a/AK/RefCounted.h +++ b/AK/RefCounted.h @@ -108,3 +108,4 @@ public: } using AK::RefCounted; +using AK::RefCountedBase;