]> git.donarmstrong.com Git - lilypond.git/commitdiff
flower-1.0.8
authorfred <fred>
Sun, 24 Nov 1996 16:07:21 +0000 (16:07 +0000)
committerfred <fred>
Sun, 24 Nov 1996 16:07:21 +0000 (16:07 +0000)
flower/cursor.hh

index 4babf9654516f221d8b11d6fdf4ac248cd9a1fd9..6bd4e1895d354439754acc4c6754b9a4b8689225 100644 (file)
@@ -107,7 +107,7 @@ private:
 template<class T>
 inline  int cursor_compare(Cursor<T> a,Cursor<T>b)
 {
-    return b-a;
+    return a-b;
 }
 
 template_instantiate_compare(Cursor<T>, cursor_compare, template<class T>);