]> git.donarmstrong.com Git - lilypond.git/blobdiff - hdr/moment.hh
release: 0.0.22
[lilypond.git] / hdr / moment.hh
index 332774138486bc6fd3f6bd52e32716f3ebe90768..1f34eae5abf04bdd47166a2fc7d49075cc8873f2 100644 (file)
@@ -1,13 +1,14 @@
 /*
-  (c) 1996 Han-Wen Nienhuys
+  (c) 1996,97 Han-Wen Nienhuys
 */
 
 #ifndef MOMENT_HH
 #define MOMENT_HH
 
 #include "rational.hh"
-
+class String;
 typedef Rational Moment;
+void error_t(String const &s, Moment when);
 
 #endif //