]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/least-squares.cc
* lily/parser.yy (relative_music): whoops. All \relative were off
[lilypond.git] / lily / least-squares.cc
index 8f635b0cd2a22cec4821d671c24a722ecd609171..ec7b231cf190d809936d70acf674b4d0f92fb4ea 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1996--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1996--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -13,7 +13,7 @@
 
 void
 minimise_least_squares (Real * coef, Real * offset,
-                       Array<Offset> input)
+                       Array<Offset> const &input)
 {
   Real sx = 0.0;
   Real sy = 0.0;