]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/clef.hh
release: 1.3.109
[lilypond.git] / lily / include / clef.hh
index f5fabe24f112b4a9de5b734cc6ef1785709ae1e8..81ac89000a6b38aeae95c9c807873e8ff8e8ca09 100644 (file)
@@ -16,8 +16,8 @@ struct Clef
 {
   DECLARE_SCHEME_CALLBACK(before_line_breaking, (SCM ));
   DECLARE_SCHEME_CALLBACK(brew_molecule, (SCM ));
-  static bool has_interface (Score_element*);
-  static void set_interface (Score_element*);
+  static bool has_interface (Grob*);
+  static void set_interface (Grob*);
 };