]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/time.cpp
Some manual updates; in MDI sample, child frames now have default size/position ...
[wxWidgets.git] / src / common / time.cpp
index 852de830413ea15ac68943302f31062ac561eafd..15936ad32376b275c7ebdea4d34333f885de7e20 100644 (file)
@@ -99,7 +99,7 @@ wxTime::wxTime()
         wxTimeInitialized = TRUE;
   }
   sec = wxGetCurrentTime();
-  sec += 2177452800L;     /* seconds from 1/1/01 to 1/1/70 */
+  sec += 2177452800UL;     /* seconds from 1/1/01 to 1/1/70 */
 }
 
 wxTime::wxTime(hourTy h, minuteTy m, secondTy s, bool dst)