From e5a8664b8c1018a8e227b1e033e4b6dc813d8314 Mon Sep 17 00:00:00 2001 From: fredb Date: Sun, 24 Aug 2008 18:20:50 +0000 Subject: [PATCH] Fix missing parameter reported by Alex Buzin --- src/Cockpit/hud_dnst.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cockpit/hud_dnst.cxx b/src/Cockpit/hud_dnst.cxx index baa2d7981..9dbb190f4 100644 --- a/src/Cockpit/hud_dnst.cxx +++ b/src/Cockpit/hud_dnst.cxx @@ -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) { }