mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:47:35 +00:00
AK: Export adopt_nonnull_ref_or_enomem
to the global namespace
This commit is contained in:
parent
d7ba577c90
commit
6e0ad5536f
1 changed files with 1 additions and 0 deletions
|
@ -353,6 +353,7 @@ inline ErrorOr<NonnullRefPtr<T>> adopt_nonnull_ref_or_enomem(T* object)
|
||||||
}
|
}
|
||||||
|
|
||||||
#if USING_AK_GLOBALLY
|
#if USING_AK_GLOBALLY
|
||||||
|
using AK::adopt_nonnull_ref_or_enomem;
|
||||||
using AK::adopt_ref_if_nonnull;
|
using AK::adopt_ref_if_nonnull;
|
||||||
using AK::RefPtr;
|
using AK::RefPtr;
|
||||||
using AK::static_ptr_cast;
|
using AK::static_ptr_cast;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue