hdspmixer - Fix duplicated parameters in function declaration

Fixed duplicated parameters in function declaration.
This commit is contained in:
Takashi Iwai 2006-05-31 15:08:46 +02:00
parent e13da40b0e
commit 2c1948764c

View file

@ -36,7 +36,7 @@ private:
HDSPMixerAboutText *text;
HDSPMixerWindow *basew;
public:
HDSPMixerAbout(int w, int h, char *label, HDSPMixerWindow *w);
HDSPMixerAbout(int w, int h, char *label, HDSPMixerWindow *win);
int handle(int e);
};