Fix missing parameter reported by Alex Buzin
This commit is contained in:
parent
6c41304563
commit
e5a8664b8c
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ dual_instr_item::dual_instr_item(
|
||||||
bool working,
|
bool working,
|
||||||
UINT options) :
|
UINT options) :
|
||||||
instr_item(x, y, width, height,
|
instr_item(x, y, width, height,
|
||||||
chn1_source, options, working),
|
chn1_source, 1, options, working),
|
||||||
alt_data_source(chn2_source)
|
alt_data_source(chn2_source)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue