]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/datetime.h
Private gsocket files were using 'typedef int bool', removed this
[wxWidgets.git] / include / wx / datetime.h
index a9842fd982b4d5dc87efed1a6ca3f06bea2ff35d..55484c7b478eb22cc7442c729c1398248da2e856 100644 (file)
@@ -561,7 +561,7 @@ public:
                       wxDateTime_t millisec = 0);
         // from separate values for each component with explicit date
     inline wxDateTime(wxDateTime_t day,             // day of the month
-                      Month        month = Inv_Month,
+                      Month        month,
                       int          year = Inv_Year, // 1999, not 99 please!
                       wxDateTime_t hour = 0,
                       wxDateTime_t minute = 0,
@@ -604,7 +604,7 @@ public:
         // from separate values for each component with explicit date
         // (defaults for month and year are the current values)
     wxDateTime& Set(wxDateTime_t day,
-                    Month        month = Inv_Month,
+                    Month        month,
                     int          year = Inv_Year, // 1999, not 99 please!
                     wxDateTime_t hour = 0,
                     wxDateTime_t minute = 0,