]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/rest.hh
Issue 4550 (2/2) Avoid "using namespace std;" in included files
[lilypond.git] / lily / include / rest.hh
index 644aa1450c7bf904d203f444424d82f3eef7b24f..9235f746ce0a9275a9ff126e20504f064981f3fe 100644 (file)
@@ -29,7 +29,7 @@ class Rest
 public:
   DECLARE_SCHEME_CALLBACK (y_offset_callback, (SCM));
   DECLARE_SCHEME_CALLBACK (calc_cross_staff, (SCM));
-  static string glyph_name (Grob *, int durlog, const string &style, bool, Real);
+  static std::string glyph_name (Grob *, int durlog, const std::string &style, bool, Real);
   static Real staff_position_internal (Grob *, int /* duration_log */,
                                        int /* dir */);
   static SCM brew_internal_stencil (Grob *, bool);