diff options
author | Timothy Flynn <trflynn89@pm.me> | 2023-01-14 23:15:04 -0500 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2023-01-16 10:12:37 +0000 |
commit | 0a1874c203d525852d0896ca6f48a46b0c32e6cf (patch) | |
tree | d58268821b116bc075c371c34441b3057a72f26d | |
parent | bffc29ae340f4fc775e3639c9aa4cff65c5c4a4c (diff) | |
download | serenity-0a1874c203d525852d0896ca6f48a46b0c32e6cf.zip |
AK: Export the OptionalNone helper structure
-rw-r--r-- | AK/Optional.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AK/Optional.h b/AK/Optional.h index 6acf64f384..062dd6842b 100644 --- a/AK/Optional.h +++ b/AK/Optional.h @@ -549,4 +549,5 @@ private: #if USING_AK_GLOBALLY using AK::Optional; +using AK::OptionalNone; #endif |