mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
hdspmixer - Fix duplicated parameters in function declaration
Fixed duplicated parameters in function declaration.
This commit is contained in:
parent
e13da40b0e
commit
2c1948764c
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue