From 2c1948764c7ec5a78b311f9a70a95da837dbcf7a Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Wed, 31 May 2006 15:08:46 +0200 Subject: [PATCH] hdspmixer - Fix duplicated parameters in function declaration Fixed duplicated parameters in function declaration. --- hdspmixer/src/HDSPMixerAbout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hdspmixer/src/HDSPMixerAbout.h b/hdspmixer/src/HDSPMixerAbout.h index 5168c71..f59b256 100644 --- a/hdspmixer/src/HDSPMixerAbout.h +++ b/hdspmixer/src/HDSPMixerAbout.h @@ -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); }; -- 2.47.1