1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 17:17:44 +00:00

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;