]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/moment.hh
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / lily / include / moment.hh
index ec84bc744840b6b5fa7d849dc91f4249865a2f43..87bbdb9b31d7f8aeaa131b32a0a941da70b2b0b3 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1999--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1999--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #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
   */