]> git.mxchange.org Git - simgear.git/blobdiff - simgear/timing/timestamp.hxx
Merge branch 'fredb/winfix'
[simgear.git] / 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