aboutsummaryrefslogtreecommitdiffstats
path: root/src/Song.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Song.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/Song.hxx b/src/Song.hxx
index 81f9f0c90..824fb429c 100644
--- a/src/Song.hxx
+++ b/src/Song.hxx
@@ -29,9 +29,7 @@
#include <assert.h>
#include <time.h>
-#define SONG_FILE "file: "
-#define SONG_TIME "Time: "
-
+struct LightSong;
struct Directory;
class DetachedSong;
@@ -112,7 +110,7 @@ struct Song {
std::string GetURI() const;
gcc_pure
- double GetDuration() const;
+ LightSong Export() const;
};
#endif