]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/datetime.cpp
wxWinCE compile fixes
[wxWidgets.git] / src / common / datetime.cpp
index 4e68a76cd23edd1388e046523804da8c2893fba3..4f1f73550a093f28ee9cc8b800e406e40e617e25 100644 (file)
@@ -721,6 +721,7 @@ wxDateTime::TimeZone::TimeZone(wxDateTime::TZ tz)
         case wxDateTime::GMT10:
         case wxDateTime::GMT11:
         case wxDateTime::GMT12:
+        case wxDateTime::GMT13:
             m_offset = 3600*(tz - wxDateTime::GMT0);
             break;