From: fredb Date: Sun, 24 Aug 2008 18:20:50 +0000 (+0000) Subject: Fix missing parameter reported by Alex Buzin X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e5a8664b8c1018a8e227b1e033e4b6dc813d8314;p=flightgear.git Fix missing parameter reported by Alex Buzin --- 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) { }