]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/freetype.hh
*** empty log message ***
[lilypond.git] / lily / include / freetype.hh
index 188e6bc6a9daa238865e1cf50985118842846292..72ff32b99c628f9375151c47850a47f6bcf1af04 100644 (file)
 #include <ft2build.h>
 #include FT_FREETYPE_H
 
-#include "string.hh"
+#include "std-string.hh"
 
 void init_freetype ();
 extern FT_Library freetype2_library;
 
-FT_Face open_ft_face (String str);
+FT_Face open_ft_face (std::string str);
 
 #endif /* FREETYPE_HH */