]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/least-squares.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / least-squares.hh
index 8dcb2470b6e40a051e45ef59649698ca196e88dc..0a2e2d1ffe742fd9069b8ad5855fd130f6c12de0 100644 (file)
@@ -1,7 +1,7 @@
 /*
   leastsquare.hh -- part of GNU LilyPond
 
-  (c) 1996--2006 Han-Wen Nienhuys
+  (c) 1996--2008 Han-Wen Nienhuys
 */
 
 #ifndef LEASTSQUARE_HH
@@ -12,7 +12,7 @@
 /**
    Least squares minimisation in 2 variables.
 */
-void minimise_least_squares (Real *coef, Real *offset, std::vector<Offset> const &);
+void minimise_least_squares (Real *coef, Real *offset, vector<Offset> const &);
 
 #endif // LEASTSQUARE_HH