]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/full-storage.cc
release: 0.1.11
[lilypond.git] / flower / full-storage.cc
index ee59ea23ed968cc9f6b553eea7731fdce5bd1254..71aa74c10c6f0aa1cb7b582fb20c8d296dbe3ed4 100644 (file)
@@ -129,7 +129,7 @@ Full_storage::insert_row (int k)
 }
 
 bool
-Full_storage::try_right_multiply (Matrix_storage * dest, Matrix_storage const * right)const
+Full_storage::try_right_multiply (Matrix_storage * dest, Matrix_storage const * right) const
 {
   if (dest->name() != Full_storage::static_name () ||
        right->name() != Full_storage::static_name ())