From: Gerd v. Egidy Date: Tue, 31 Aug 2004 10:03:59 +0000 (+0000) Subject: libi2ncommon: (gerd) add empty WEEK constructor X-Git-Tag: v2.6~244 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=6781ce49d11af4bc1d56283f1c7950121364ff25;p=libi2ncommon libi2ncommon: (gerd) add empty WEEK constructor --- diff --git a/src/timefunc.hxx b/src/timefunc.hxx index 88a5d0d..ec08933 100644 --- a/src/timefunc.hxx +++ b/src/timefunc.hxx @@ -33,6 +33,9 @@ class WEEK : days(days) { } + WEEK() + { } + void clear() { days.reset(); }