]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/note-head.hh
Issue 4550 (2/2) Avoid "using namespace std;" in included files
[lilypond.git] / lily / include / note-head.hh
index 451bdb9f8d65adbf33469cea7a7b79d18ca75449..d57d3e41e97f679725441165f2a090b319545bf6 100644 (file)
@@ -27,16 +27,14 @@ class Note_head
 {
 public:
   DECLARE_SCHEME_CALLBACK (print, (SCM));
-  DECLARE_SCHEME_CALLBACK (brew_ez_stencil, (SCM));
   DECLARE_SCHEME_CALLBACK (stem_x_shift, (SCM));
   DECLARE_SCHEME_CALLBACK (calc_stem_attachment, (SCM));
   DECLARE_SCHEME_CALLBACK (include_ledger_line_height, (SCM));
-  DECLARE_GROB_INTERFACE ();
 
   static Real stem_attachment_coordinate (Grob *, Axis a);
   static int get_balltype (Grob *);
 
-  static Offset get_stem_attachment (Font_metric *, const string&);
+  static Offset get_stem_attachment (Font_metric *, const std::string&);
 };
 #endif // NOTEHEAD_HH