]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/file-path.cc
patch::: 1.3.130.jcn3
[lilypond.git] / flower / file-path.cc
index a17f47c43ae2e9a1f63b05e30d522a38a73b19ec..03ae895f939f0b8978f2fc94dc9fdbc380999c0c 100644 (file)
@@ -5,6 +5,7 @@
 #include "config.h"
 #include <stdio.h>
 #include <errno.h>
+
 #if HAVE_SYS_STAT_H 
 #include <sys/stat.h>
 #endif
@@ -28,8 +29,9 @@
 #define EXTSEP '.'
 #endif
 
+/* Join components to full path. */
 String
-Path::path () const
+Path::str () const
 {
   String s;
   if (!root.empty_b ())