aboutsummaryrefslogtreecommitdiff
path: root/sound/vorbis.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/vorbis.h')
-rw-r--r--sound/vorbis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/vorbis.h b/sound/vorbis.h
index 9c404e46e8..8b2b5ecee0 100644
--- a/sound/vorbis.h
+++ b/sound/vorbis.h
@@ -31,7 +31,7 @@ class AudioStream;
class DigitalTrackInfo;
class File;
-DigitalTrackInfo *makeVorbisTrackInfo(File *file);
+DigitalTrackInfo *getVorbisTrack(int track);
AudioStream *makeVorbisStream(File *file, uint32 size);