summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Flynn <trflynn89@pm.me>2023-01-14 23:15:04 -0500
committerLinus Groh <mail@linusgroh.de>2023-01-16 10:12:37 +0000
commit0a1874c203d525852d0896ca6f48a46b0c32e6cf (patch)
treed58268821b116bc075c371c34441b3057a72f26d
parentbffc29ae340f4fc775e3639c9aa4cff65c5c4a4c (diff)
downloadserenity-0a1874c203d525852d0896ca6f48a46b0c32e6cf.zip
AK: Export the OptionalNone helper structure
-rw-r--r--AK/Optional.h1
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