AUDIO: Fix error using template function with anonymous struct

Old gcc versions do not like using template function with anonymous
struct and error out.
This commit is contained in:
Thierry Crozat 2020-09-01 05:03:50 +01:00
parent 1dfbb0cc4c
commit 0b0af686f2

View File

@ -58,7 +58,7 @@ private:
static const int16 sinetable[];
struct {
struct Track {
byte sample;
byte lastSample;
uint16 period;