mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibWeb: Prefix AK::Duration with AK Namespace
This commit is contained in:
committed by
Sam Atkins
parent
2fa9ec20bd
commit
b20a1d0fcd
@@ -25,7 +25,7 @@ public:
|
||||
void play(Badge<HTMLAudioElement>);
|
||||
void pause(Badge<HTMLAudioElement>);
|
||||
|
||||
Duration duration();
|
||||
AK::Duration duration();
|
||||
void seek(double, MediaSeekMode);
|
||||
|
||||
void update_volume();
|
||||
|
||||
Reference in New Issue
Block a user