]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/direction.hh
Run `make grand-replace'.
[lilypond.git] / flower / include / direction.hh
index 6ff794be862c508d33b01a9aca21fded04b575b2..ceff68fe5506dc135e5cfebba40f0e4b203f79bc 100644 (file)
@@ -3,13 +3,13 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef DIRECTION_HH
 #define DIRECTION_HH
 
-#include "axes.hh"
+#include "axis.hh"
 
 enum Direction
   {
@@ -44,7 +44,7 @@ other_dir (Direction const d)
 }
 
 inline Direction
-operator- (Direction const d)
+operator - (Direction const d)
 {
   return other_dir (d);
 }