]> git.alsa-project.org Git - alsa-tools.git/commitdiff
hdspmixer - Fix compilation with gcc4.3
authorTakashi Iwai <tiwai@suse.de>
Mon, 22 Oct 2007 13:16:35 +0000 (15:16 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 22 Oct 2007 13:16:35 +0000 (15:16 +0200)
Fixed the doubled parameter 'w'.  Yeah, gcc 4.3 is picky.

hdspmixer/src/HDSPMixerSetup.h

index 78d010d74e55667eaa92d42cfd7674b8701c043e..21ffbb2ace9f009e11434cf557a00343861cbb28 100644 (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();
 };