mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-31 22:25:34 -04:00
hdspmixer - Fix compilation with gcc4.3
Fixed the doubled parameter 'w'. Yeah, gcc 4.3 is picky.
This commit is contained in:
parent
db1ed7f83b
commit
31b5ee97f2
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ public:
|
||||||
int level_val;
|
int level_val;
|
||||||
int numbers_val;
|
int numbers_val;
|
||||||
int rmsplus3_val;
|
int rmsplus3_val;
|
||||||
HDSPMixerSetup(int w, int h, char *label, HDSPMixerWindow *w);
|
HDSPMixerSetup(int w, int h, char *label, HDSPMixerWindow *win);
|
||||||
HDSPMixerWindow *basew;
|
HDSPMixerWindow *basew;
|
||||||
void updateValues();
|
void updateValues();
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue