]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/timercmn.cpp
added wxLog::ClearTraceMasks()
[wxWidgets.git] / src / common / timercmn.cpp
index e90b5fd4ade7c1fd0cdaa082f304d24588ba9c24..035361aaaceea7f1566d075bd13c736b4a456dd6 100644 (file)
@@ -220,7 +220,8 @@ long wxGetLocalTime()
 // Get UTC time as seconds since 00:00:00, Jan 1st 1970
 long wxGetUTCTime()
 {
-    struct tm tm, *ptm;
+    struct tm tm;
+       struct tm *ptm;
     time_t t0, t1;
 
     // This cannot be made static because mktime can overwrite it