]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/direction.hh
* Another grand 2003 update.
[lilypond.git] / flower / include / direction.hh
index 5cce076c0fe8d55c7acfe6c1a828ed11b5b30e96..8f4392b68764b0f9ac62c8b33c3a85c3b951ea69 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -30,7 +30,7 @@ enum Direction
 inline Direction
 other_dir (Direction const d)
 {
-  return (Direction)(-d);
+  return (Direction) (-d);
 }
 
 inline Direction
@@ -55,6 +55,6 @@ flip (Direction *i) {
  */
 template<class T> T minmax (Direction d, T, T);
 
-// String direction_str (Direction, Axis);
+// String direction_string (Direction, Axis);
 
 #endif // DIRECTION_HH