]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/relocate.cc
(setup_paths): oops.
[lilypond.git] / lily / relocate.cc
index a1be7b45914a4bcbf133c6c945a150a0e7297fea..0d9e9c9a6a08850b1e35e421e29c01c4e160a4a4 100644 (file)
@@ -289,7 +289,7 @@ setup_paths (char const *argv0_ptr)
 
   
   vector<string> dirs;
-  for (char **s = suffixes; *s; s++)
+  for (char const **s = suffixes; *s; s++)
     {
       string path = prefix_directory + to_string ('/') + string (*s);
       dirs.push_back (path);