mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-26 04:35:16 +00:00
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:
parent
1dfbb0cc4c
commit
0b0af686f2
@ -58,7 +58,7 @@ private:
|
||||
|
||||
static const int16 sinetable[];
|
||||
|
||||
struct {
|
||||
struct Track {
|
||||
byte sample;
|
||||
byte lastSample;
|
||||
uint16 period;
|
||||
|
Loading…
x
Reference in New Issue
Block a user