]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/rest.hh
*** empty log message ***
[lilypond.git] / lily / include / rest.hh
index aa82cc21420f5cca85a3e45642c9d1a3c63cb321..19e3abc3d4da1bf630c0225c90f7aec069f711d5 100644 (file)
@@ -18,7 +18,7 @@ class Rest
 public:
   DECLARE_SCHEME_CALLBACK (y_offset_callback, (SCM));
   static bool has_interface (Grob *);
-  static String glyph_name (Grob *, int, String, bool);
+  static std::string glyph_name (Grob *, int, std::string, bool);
   static SCM brew_internal_stencil (Grob*, bool);
   static SCM generic_extent_callback (Grob*, Axis);
   DECLARE_SCHEME_CALLBACK (polyphonic_offset_callback, (SCM));