]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/hud_dnst.cxx
Merge commit 'refs/merge-requests/1552' of git@gitorious.org:fg/flightgear into next
[flightgear.git] / 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)
 {
 }