fixed compilation

svn-id: r11891
This commit is contained in:
Paweł Kołodziejski 2003-12-24 17:29:07 +00:00
parent 43b8312c80
commit 88cdcc9193

View File

@ -36,7 +36,7 @@ class SmushMixer {
private:
SoundMixer *_mixer;
struct {
struct channels {
int id;
SmushChannel *chan;
PlayingSoundHandle handle;