]> git.mxchange.org Git - flightgear.git/commitdiff
Fix missing parameter reported by Alex Buzin
authorfredb <fredb>
Sun, 24 Aug 2008 18:20:50 +0000 (18:20 +0000)
committerfredb <fredb>
Sun, 24 Aug 2008 18:20:50 +0000 (18:20 +0000)
src/Cockpit/hud_dnst.cxx

index baa2d7981623c15860ade50791f63ff78d2a6210..9dbb190f4c72ccd23cfba6bdab85384ac2ed9d26 100644 (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)
 {
 }