]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/polynomial.hh
Run grand-replace (issue 3765)
[lilypond.git] / flower / include / polynomial.hh
index c58cb935004e2d324381f4b8229d949e63ce7960..927b5672c87613b1312b955afd03879dab91f8af 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1993--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1993--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -32,7 +32,7 @@
 struct Polynomial
 {
   /// degree of polynomial
-  int degree ()const;
+  ssize_t degree ()const;
 
   /// coefficients
   vector<Real> coefs_;