X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fmoment.hh;h=87bbdb9b31d7f8aeaa131b32a0a941da70b2b0b3;hb=38d7d319eabc906e82fb42002678c6d42a23b6f7;hp=ec84bc744840b6b5fa7d849dc91f4249865a2f43;hpb=358d6e99ada8019268ade9ba9080b2d0d88eeb7a;p=lilypond.git diff --git a/lily/include/moment.hh b/lily/include/moment.hh index ec84bc7448..87bbdb9b31 100644 --- a/lily/include/moment.hh +++ b/lily/include/moment.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2006 Han-Wen Nienhuys + (c) 1999--2009 Han-Wen Nienhuys */ #ifndef MOMENT_HH @@ -41,8 +41,8 @@ public: void set_infinite (int k); bool to_bool () const; - int den () const; - int num () const; + I64 den () const; + I64 num () const; /* Deliver a copy of THIS as a smobified SCM */