summaryrefslogtreecommitdiff
path: root/src/decoder/DecoderControl.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-08-29 12:44:54 +0200
committerMax Kellermann <max@duempel.org>2014-08-29 13:20:58 +0200
commitca252804c6bbba163fe00d660f47ca4856e4874e (patch)
treece195df1192436d70d46ecfb2a190b191f070215 /src/decoder/DecoderControl.hxx
parent7c25d83f1cc4c7db2d2d3f4506525dd056b885e8 (diff)
DecoderControl: use SignedSongTime for the song duration
Diffstat (limited to 'src/decoder/DecoderControl.hxx')
-rw-r--r--src/decoder/DecoderControl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/DecoderControl.hxx b/src/decoder/DecoderControl.hxx
index d1a55e7b3..ed2b8c538 100644
--- a/src/decoder/DecoderControl.hxx
+++ b/src/decoder/DecoderControl.hxx
@@ -142,7 +142,7 @@ struct DecoderControl {
*/
SongTime end_time;
- float total_time;
+ SignedSongTime total_time;
/** the #MusicChunk allocator */
MusicBuffer *buffer;