]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/hud_scal.cxx
remove the rest of the static variables (except one); cleanup
[flightgear.git] / src / Cockpit / hud_scal.cxx
index d7fcd02ee2756a78b2e074cddbd583d3df343a11..9ebb7a7e595e72efb5303c9fef89bc7833765c38 100644 (file)
@@ -29,7 +29,7 @@ instr_scale::instr_scale(
         UINT     minor_divs,
         UINT     rollover,
         int      dp_showing,
-        bool     working ) :
+        bool     working) :
     instr_item( x, y, width, height, load_fn, disp_scale, options, working),
     range_shown  ( show_range ),
     Maximum_value( maxValue   ),