]> git.donarmstrong.com Git - lilypond.git/blobdiff - misc.hh
release: 0.0.5
[lilypond.git] / misc.hh
diff --git a/misc.hh b/misc.hh
index a22304267f6075a197df16657007ea1d7adc641e..03211132422c00eddc55230c7c4db1c51b9f3933 100644 (file)
--- a/misc.hh
+++ b/misc.hh
@@ -1,7 +1,7 @@
 #ifndef MISC_HH
 #define MISC_HH
-#include "mtime.hh"
+#include "real.hh"
 int intlog2(int d);
-Real duration_to_idealspace(Mtime d,Real w);
+Real duration_to_idealspace(Real d,Real w);
 
 #endif