]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dots.hh
release commit
[lilypond.git] / lily / include / dots.hh
index 0e123550f0037e359b01c59d8f3cd3c47a13072e..bb18db33ad38821e782666bd3cd13feccd71487f 100644 (file)
@@ -3,23 +3,20 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
-
 #ifndef DOTS_HH
 #define DOTS_HH
 
 #include "lily-proto.hh"
 #include "lily-guile.hh"
 
-
-
 class Dots
 {
 public:
-  DECLARE_SCHEME_CALLBACK (print, (SCM ));
-  bool has_interface (Grob*);
+  DECLARE_SCHEME_CALLBACK (print, (SCM));
+  static bool has_interface (Grob *);
 };
 
 #endif // DOTS_HH