]> git.donarmstrong.com Git - lilypond.git/blobdiff - misc.cc
release: 0.0.5
[lilypond.git] / misc.cc
diff --git a/misc.cc b/misc.cc
index 2be0f81dd67c9530007177553bd5723542aaf5dd..3a8658f4a02057a113ce44166b6e6abb0d48f056 100644 (file)
--- a/misc.cc
+++ b/misc.cc
@@ -1,6 +1,6 @@
 #include "misc.hh"
 #include "glob.hh"
-#include "mtime.hh"
+
 #include <math.h>
 
 int intlog2(int d) {
@@ -26,7 +26,7 @@ const double WHOLE_SPACE = 5.0; // should be settable from input
 
   
 Real
-duration_to_idealspace(Mtime d, Real w)
+duration_to_idealspace(Real d, Real w)
 {
     // see  Roelofs, p. 57
     return w * pow(ENGRAVERS_SPACE, log2(d));