From bfc886cd54102b3e4a2b8e6df3f542bd885d8c41 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 17 Feb 2018 08:20:07 +0100 Subject: [PATCH] decoder/Client: update API documentation --- src/decoder/Client.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/decoder/Client.hxx b/src/decoder/Client.hxx index 87f19f5be..c1a702047 100644 --- a/src/decoder/Client.hxx +++ b/src/decoder/Client.hxx @@ -70,7 +70,7 @@ public: /** * Call this when you have received the DecoderCommand::SEEK command. * - * @return the destination position for the seek in milliseconds + * @return the destination position for the seek */ gcc_pure virtual SongTime GetSeekTime() noexcept = 0;