X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftime%2Ftimedelta.cpp;h=c74ffcef4f71fa08de3124b65c1c5171e721da80;hb=6a38983c19fe78753962288e206c5817ad595448;hp=7d3d4bb6d2a2ff706ca898582bc241fb72e1a7e2;hpb=521cf1db00f8ce2d9f9494dca503d6c17d89ac2f;p=libs%2Fcore.git diff --git a/source/time/timedelta.cpp b/source/time/timedelta.cpp index 7d3d4bb..c74ffce 100644 --- a/source/time/timedelta.cpp +++ b/source/time/timedelta.cpp @@ -1,8 +1,10 @@ -/* +/* $Id$ + This file is part of libmspcore Copyright © 2006 Mikko Rasa, Mikkosoft Productions Distributed under the LGPL */ + #include #include #include "timedelta.h" @@ -12,7 +14,9 @@ using namespace std; namespace { -void print_part(ostream &out, int64_t &value, int64_t unit, char sep, bool &first) +using Msp::Time::RawTime; + +void print_part(ostream &out, RawTime &value, RawTime unit, char sep, bool &first) { if(value