LibIPC: Prefix AK::Duration with AK Namespace

This commit is contained in:
Andrew Kaster 2024-07-16 23:44:07 -06:00 committed by Sam Atkins
commit 28ab1941b9
Notes: sideshowbarker 2024-07-18 23:46:53 +09:00
4 changed files with 4 additions and 4 deletions

View file

@ -96,7 +96,7 @@ template<>
ErrorOr<JsonValue> decode(Decoder&);
template<>
ErrorOr<Duration> decode(Decoder&);
ErrorOr<AK::Duration> decode(Decoder&);
template<>
ErrorOr<UnixDateTime> decode(Decoder&);