libi2ncommon: (gerd) add empty WEEK constructor
authorGerd v. Egidy <gerd.von.egidy@intra2net.com>
Tue, 31 Aug 2004 10:03:59 +0000 (10:03 +0000)
committerGerd v. Egidy <gerd.von.egidy@intra2net.com>
Tue, 31 Aug 2004 10:03:59 +0000 (10:03 +0000)
src/timefunc.hxx

index 88a5d0d..ec08933 100644 (file)
@@ -33,6 +33,9 @@ class WEEK
             : days(days)
             { }
             
+        WEEK()
+            { }
+            
         void clear()
             { days.reset(); }