]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dots.hh
* lily/include/dots.hh (class Dots): make has_interface() static.
[lilypond.git] / lily / include / dots.hh
index a6b10298712fe45ff1ab109b726a28280bd0da38..b73c55c07b26daf3537e4038238c9d85b93f4075 100644 (file)
@@ -16,7 +16,7 @@ class Dots
 {
 public:
   DECLARE_SCHEME_CALLBACK (print, (SCM));
-  bool has_interface (Grob *);
+  static bool has_interface (Grob *);
 };
 
 #endif // DOTS_HH