mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +00:00
AK: Export DisjointSpans into the global namespace
I think we just forgot when we added it.
This commit is contained in:
parent
75eb5e7984
commit
6e5bf7ac6f
Notes:
sideshowbarker
2024-07-18 04:38:32 +09:00
Author: https://github.com/kleinesfilmroellchen Commit: https://github.com/SerenityOS/serenity/commit/6e5bf7ac6f Pull-request: https://github.com/SerenityOS/serenity/pull/12733
1 changed files with 1 additions and 0 deletions
|
@ -393,3 +393,4 @@ private:
|
|||
}
|
||||
|
||||
using AK::DisjointChunks;
|
||||
using AK::DisjointSpans;
|
||||
|
|
Loading…
Reference in a new issue