From 7c25d83f1cc4c7db2d2d3f4506525dd056b885e8 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 29 Aug 2014 12:14:27 +0200 Subject: Tag: use SignedSongTime for the song duration --- src/DetachedSong.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/DetachedSong.hxx') diff --git a/src/DetachedSong.hxx b/src/DetachedSong.hxx index 135e9c3cc..021b5de29 100644 --- a/src/DetachedSong.hxx +++ b/src/DetachedSong.hxx @@ -213,7 +213,7 @@ public: } gcc_pure - double GetDuration() const; + SignedSongTime GetDuration() const; /** * Update the #tag and #mtime. -- cgit v1.2.3