diff options
Diffstat (limited to 'Userland/Applications/VideoPlayer/VideoPlayerWidget.h')
-rw-r--r-- | Userland/Applications/VideoPlayer/VideoPlayerWidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Userland/Applications/VideoPlayer/VideoPlayerWidget.h b/Userland/Applications/VideoPlayer/VideoPlayerWidget.h index 93385bc2c2..745577b045 100644 --- a/Userland/Applications/VideoPlayer/VideoPlayerWidget.h +++ b/Userland/Applications/VideoPlayer/VideoPlayerWidget.h @@ -45,8 +45,8 @@ private: ErrorOr<void> setup_interface(); void update_play_pause_icon(); void update_seek_slider_max(); - void set_current_timestamp(Time); - void set_time_label(Time); + void set_current_timestamp(Duration); + void set_time_label(Duration); void on_decoding_error(Video::DecoderError const&); void cycle_sizing_modes(); |