]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/balloon.cc
Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / lily / balloon.cc
index 03477d9ba4c80536fcb14efbf1959ab2b3f8777b..065d61c159432bbc3737015e1dbe16836909b6a7 100644 (file)
@@ -19,7 +19,7 @@ class Balloon_interface
 {
 public:
   DECLARE_SCHEME_CALLBACK (print, (SCM));
-  static bool has_interface (Grob *);
+  DECLARE_GROB_INTERFACE ();
 };
 
 MAKE_SCHEME_CALLBACK (Balloon_interface, print, 1);
@@ -69,7 +69,7 @@ Balloon_interface::print (SCM smob)
   return fr.smobbed_copy ();
 }
 
-ADD_INTERFACE (Balloon_interface, "text-balloon-interface",
+ADD_INTERFACE (Balloon_interface,
               "A collection of routines to put text balloons around an object.",
 
               /* properties */