X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Ftime%2Ftimedelta.h;h=c73529b0e3f8a9c7ea60bdcc215ce105050643fc;hp=9be491ecbc762bf02046628274d0e6bb91ba445d;hb=b4806214e905752617691f851717033fd3f266c2;hpb=eeb6b89120ab259702f103da01bfd8c06f285e7b diff --git a/source/time/timedelta.h b/source/time/timedelta.h index 9be491e..c73529b 100644 --- a/source/time/timedelta.h +++ b/source/time/timedelta.h @@ -21,8 +21,7 @@ public: TimeDelta(): usec(0) { } /** Constructs a TimeDelta from a plain number. The purpose of this is to - allow serialization together with the raw() function. For creating - TimeDeltas with a specific length, see units.h. */ + allow serialization together with the raw() function. */ explicit TimeDelta(RawTime u): usec(u) { } /** Returns the raw number stored inside the TimeDelta. This should only be used