]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/text-interface.hh
Grand fixcc.py run on all .hh .cc files.
[lilypond.git] / lily / include / text-interface.hh
index e01bd4aeab158d02146ddb8c33104c738c921bcc..19c6e7c243333d8237c53b7f8cf196c37c7bd3fc 100644 (file)
 #include "stencil.hh"
 #include "grob-interface.hh"
 
-
 class Text_interface
 {
 public:
   DECLARE_SCHEME_CALLBACK (print, (SCM));
   DECLARE_SCHEME_CALLBACK (interpret_markup, (SCM, SCM, SCM));
   DECLARE_SCHEME_CALLBACK (interpret_string, (SCM, SCM, SCM));
-  DECLARE_GROB_INTERFACE();
+  DECLARE_GROB_INTERFACE ();
   static bool is_markup (SCM);
   static bool is_markup_list (SCM);
 };