]> git.mxchange.org Git - flightgear.git/blobdiff - src/Autopilot/xmlauto.hxx
Fix an issue which VC90 warns about - using 'this' in initialiser lists.
[flightgear.git] / src / Autopilot / xmlauto.hxx
index 570e3025178fc59fcaf22378e7aa9f6d7faf43a7..bbe122631d4f1532fe48e624288064fe1db47ba3 100644 (file)
@@ -62,9 +62,9 @@ private:
 
 public:
     FGXMLAutoInput( SGPropertyNode_ptr node = NULL, double value = 0.0, double offset = 0.0, double scale = 1.0 ) :
-      property(NULL),
       value(0.0),
       abs(false),
+      property(NULL),
       offset(NULL),
       scale(NULL),
       min(NULL),