diff options
Diffstat (limited to 'sound/mp3.h')
-rw-r--r-- | sound/mp3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mp3.h b/sound/mp3.h index bc19deca24..c5e93d290d 100644 --- a/sound/mp3.h +++ b/sound/mp3.h @@ -44,7 +44,7 @@ public: MP3TrackInfo(File *file); ~MP3TrackInfo(); bool error() { return _error_flag; } - int play(SoundMixer *mixer, PlayingSoundHandle *handle, int startFrame, int duration); + void play(SoundMixer *mixer, PlayingSoundHandle *handle, int startFrame, int duration); }; AudioInputStream *makeMP3Stream(File *file, mad_timer_t duration, uint size = 0); |