]> 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 d14fbcfe775e2a86f813f9f8d2af99ec4570e3aa..d57d3e41e97f679725441165f2a090b319545bf6 100644 (file)
@@ -30,12 +30,11 @@ public:
   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