AK: Export the OptionalNone helper structure

This commit is contained in:
Timothy Flynn 2023-01-14 23:15:04 -05:00 committed by Linus Groh
parent bffc29ae34
commit 0a1874c203
Notes: sideshowbarker 2024-07-17 02:29:45 +09:00

View File

@ -549,4 +549,5 @@ private:
#if USING_AK_GLOBALLY
using AK::Optional;
using AK::OptionalNone;
#endif