mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-25 03:36:36 +00:00
LibIPC: Prefix AK::Duration with AK Namespace
This commit is contained in:
parent
383c15b22e
commit
28ab1941b9
Notes:
sideshowbarker
2024-07-18 23:46:53 +09:00
Author: https://github.com/ADKaster
Commit: 28ab1941b9
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/676
Reviewed-by: https://github.com/AtkinsSJ ✅
Reviewed-by: https://github.com/trflynn89 ✅
4 changed files with 4 additions and 4 deletions
|
@ -96,7 +96,7 @@ template<>
|
|||
ErrorOr<JsonValue> decode(Decoder&);
|
||||
|
||||
template<>
|
||||
ErrorOr<Duration> decode(Decoder&);
|
||||
ErrorOr<AK::Duration> decode(Decoder&);
|
||||
|
||||
template<>
|
||||
ErrorOr<UnixDateTime> decode(Decoder&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue