From d4089f050f312bd494fa097abd9e7dbbbfeed945 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 6 Nov 2021 00:48:17 -0700 Subject: [PATCH] Add missing GetStreamInfoEx for CDSong --- source/musicformats/music_cd.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/musicformats/music_cd.cpp b/source/musicformats/music_cd.cpp index d494c91..84fd60b 100644 --- a/source/musicformats/music_cd.cpp +++ b/source/musicformats/music_cd.cpp @@ -52,6 +52,7 @@ public: void Resume(); void Stop(); bool IsPlaying(); + SoundStreamInfoEx GetStreamInfoEx() const override { return {}; } bool IsValid() const { return m_Inited; } protected: