]> git.alsa-project.org Git - alsa-tools.git/commitdiff
hdspmixer - Fix duplicated parameters in function declaration
authorTakashi Iwai <tiwai@suse.de>
Wed, 31 May 2006 13:08:46 +0000 (15:08 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 31 May 2006 13:08:46 +0000 (15:08 +0200)
Fixed duplicated parameters in function declaration.

hdspmixer/src/HDSPMixerAbout.h

index 5168c714a68dff1d0a470a7c39a837cdbea1f890..f59b256f794256daac04e1f468b11827ec6bd7b5 100644 (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);
 };