X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Ftime%2Funits.h;h=98d2ae90780eef2893a1b94bed61f2754d7bbcbf;hp=6417782c3c1ee211197eac1346666c889e27d47d;hb=fe77fc6b869a71bf94d501a0762579f4ddbc5094;hpb=e1ea831a640fba534e7e42e399f04cdf681ef8d3 diff --git a/source/time/units.h b/source/time/units.h index 6417782..98d2ae9 100644 --- a/source/time/units.h +++ b/source/time/units.h @@ -1,5 +1,5 @@ /* -This file is part of libmspframework +This file is part of libmspcore Copyright © 2006 Mikko Rasa, Mikkosoft Productions Distributed under the LGPL */ @@ -11,6 +11,7 @@ Distributed under the LGPL namespace Msp { namespace Time { +extern const TimeDelta zero; extern const TimeDelta usec; extern const TimeDelta msec; extern const TimeDelta sec;