hdspmixer - Fix compilation with gcc4.3

Fixed the doubled parameter 'w'.  Yeah, gcc 4.3 is picky.
This commit is contained in:
Takashi Iwai 2007-10-22 15:16:35 +02:00
parent db1ed7f83b
commit 31b5ee97f2

View file

@ -54,7 +54,7 @@ public:
int level_val;
int numbers_val;
int rmsplus3_val;
HDSPMixerSetup(int w, int h, char *label, HDSPMixerWindow *w);
HDSPMixerSetup(int w, int h, char *label, HDSPMixerWindow *win);
HDSPMixerWindow *basew;
void updateValues();
};