]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/datetime.cpp
BC++ compialtion fix (?)
[wxWidgets.git] / src / common / datetime.cpp
index a35c8a7bedba4a7733b97e4805aa04b32e65b32e..8ca53f3b258e2b0676ac854b88c2d187d83921b9 100644 (file)
@@ -2295,7 +2295,7 @@ const wxChar *wxDateTime::ParseRfc822Date(const wxChar* date)
 
     // the spec was correct
     Set(day, mon, year, hour, min, sec);
-    MakeTimezone(60*(wxDateTime_t)offset);
+    MakeTimezone((wxDateTime_t)(60*offset));
 
     return p;
 }