]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/text-interface.hh
use classnames for interface naming; remove inclusion of
[lilypond.git] / lily / include / text-interface.hh
index 97094c8aec5e92121ba36a79e9e34548a007b97e..187e73715e7813b9415e0bd3af6a9f3fd4ce3bb1 100644 (file)
@@ -11,6 +11,8 @@
 #define TEXT_ITEM
 
 #include "stencil.hh"
+#include "grob-interface.hh"
+
 
 class Text_interface
 {
@@ -18,7 +20,7 @@ public:
   DECLARE_SCHEME_CALLBACK (print, (SCM));
   DECLARE_SCHEME_CALLBACK (interpret_markup, (SCM, SCM, SCM));
   DECLARE_SCHEME_CALLBACK (interpret_string, (SCM, SCM, SCM));
-  static bool has_interface (Grob *);
+  DECLARE_GROB_INTERFACE();
   static bool is_markup (SCM);
 };