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

View file

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