]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/accidental-interface.hh
* flower/include/std-string.hh:
[lilypond.git] / lily / include / accidental-interface.hh
index b7154d59b5dafc96b7ec069afde14b2f388578bd..77cc815a6327d2b2e2c5f72dfecf3c05804029a3 100644 (file)
@@ -20,8 +20,8 @@ public:
   DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM));
   
   static bool has_interface (Grob *);
-  static std::string get_fontcharname (std::string style, int alteration);
-  static std::vector<Box> accurate_boxes (Grob *me,
+  static string get_fontcharname (string style, int alteration);
+  static vector<Box> accurate_boxes (Grob *me,
                                                          Grob **common);
 };