1
0
Fork 0

Fix missing parameter reported by Alex Buzin

This commit is contained in:
fredb 2008-08-24 18:20:50 +00:00
parent 6c41304563
commit e5a8664b8c

View file

@ -11,7 +11,7 @@ dual_instr_item::dual_instr_item(
bool working,
UINT options) :
instr_item(x, y, width, height,
chn1_source, options, working),
chn1_source, 1, options, working),
alt_data_source(chn2_source)
{
}