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;