]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/kpath.hh
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / include / kpath.hh
index 9b48ce50ff1cd6a324430e0f896a9fc1c6af2942..baffaf1ffc9104a531c17f191408f53e7f13d266 100644 (file)
@@ -3,15 +3,15 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2000--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2000--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef KPATH_HH
 #define KPATH_HH
 
-class String;
+#include "std-string.hh"
 
-String kpathsea_find_tfm (char const *name);
+string kpathsea_find_tfm (char const *name);
 void initialize_kpathsea (char *av0);
 
 #endif /* KPATH_HH */