]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/gregorian-ligature.hh
*** empty log message ***
[lilypond.git] / lily / include / gregorian-ligature.hh
index eaac1dd589fa711d1c78651faf4d77073b6e5bd9..d59833a1617e77977129b6c269eafd0013c761c5 100644 (file)
 #define GREGORIAN_LIGATURE_HH
 
 class Grob;
-class String;
+#include "std-string.hh"
 
 class Gregorian_ligature
 {
 public:
   static bool has_interface (Grob *);
-  static String prefixes_to_str (Grob *);
+  static std::string prefixes_to_str (Grob *);
 };
 
 /*