AK: Pull RefCountedBase into the global namespace

This commit is contained in:
Andreas Kling 2021-08-15 12:26:22 +02:00
parent 1b739a72c2
commit 90c7307c6c

View file

@ -108,3 +108,4 @@ public:
}
using AK::RefCounted;
using AK::RefCountedBase;