mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-02-15 22:05:24 -05: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;
|
HDSPMixerAboutText *text;
|
||||||
HDSPMixerWindow *basew;
|
HDSPMixerWindow *basew;
|
||||||
public:
|
public:
|
||||||
HDSPMixerAbout(int w, int h, char *label, HDSPMixerWindow *w);
|
HDSPMixerAbout(int w, int h, char *label, HDSPMixerWindow *win);
|
||||||
int handle(int e);
|
int handle(int e);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue