]> git.mxchange.org Git - simgear.git/commitdiff
warning--
authormfranz <mfranz>
Thu, 12 Mar 2009 20:07:47 +0000 (20:07 +0000)
committerTim Moore <timoore@redhat.com>
Wed, 18 Mar 2009 06:53:50 +0000 (07:53 +0100)
simgear/timing/timestamp.hxx

index 7b417a84de27a7b389141f8c93a6c5c9296210bc..880d5dccd4baf080a85698e60e1afed74ac692bd 100644 (file)
@@ -59,8 +59,8 @@ public:
 
     /** Default constructor, initialize time to zero. */
     SGTimeStamp() :
-      _sec(0),
-      _nsec(0)
+      _nsec(0),
+      _sec(0)
     { }
 
     /** Hmm, might reenable them at some time, but since it is not clear